From de3c853cab4d12e87016b2a48efdf15bcd567fec Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Fri, 23 Apr 2010 23:10:47 +0000 Subject: Remove unused local variables now that subclasses don't need to track their own accessibile name. (In other words, I forgot to do this in r43558.) BUG=none TEST=none Review URL: http://codereview.chromium.org/1751018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45512 0039d316-1c4b-4281-b951-d872f2087c98 --- views/window/non_client_view.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'views/window') diff --git a/views/window/non_client_view.h b/views/window/non_client_view.h index 54c04b7..0e736df 100644 --- a/views/window/non_client_view.h +++ b/views/window/non_client_view.h @@ -229,9 +229,6 @@ class NonClientView : public View { // dynamically as the system settings change. scoped_ptr frame_view_; - // The accessible name of this view. - std::wstring accessible_name_; - DISALLOW_COPY_AND_ASSIGN(NonClientView); }; -- cgit v1.1