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/controls/resize_gripper.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'views/controls/resize_gripper.h') diff --git a/views/controls/resize_gripper.h b/views/controls/resize_gripper.h index 8b46a629..cac32e2 100644 --- a/views/controls/resize_gripper.h +++ b/views/controls/resize_gripper.h @@ -59,9 +59,6 @@ class ResizeGripper : public ImageView { // The mouse position at start (in screen coordinates). int initial_position_; - // The storage string for the accessibility name associated with this control. - std::wstring accessible_name_; - DISALLOW_COPY_AND_ASSIGN(ResizeGripper); }; -- cgit v1.1