diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 23:10:47 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 23:10:47 +0000 |
commit | de3c853cab4d12e87016b2a48efdf15bcd567fec (patch) | |
tree | a94c01f9d067fed3af390380f71d62dd6d94295c /views/controls/resize_gripper.h | |
parent | 7501571d45dab26bc2fcd40082943aba6fe317be (diff) | |
download | chromium_src-de3c853cab4d12e87016b2a48efdf15bcd567fec.zip chromium_src-de3c853cab4d12e87016b2a48efdf15bcd567fec.tar.gz chromium_src-de3c853cab4d12e87016b2a48efdf15bcd567fec.tar.bz2 |
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
Diffstat (limited to 'views/controls/resize_gripper.h')
-rw-r--r-- | views/controls/resize_gripper.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); }; |