diff options
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); }; |