diff options
Diffstat (limited to 'views/window')
-rw-r--r-- | views/window/non_client_view.h | 3 |
1 files changed, 0 insertions, 3 deletions
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<NonClientFrameView> frame_view_; - // The accessible name of this view. - std::wstring accessible_name_; - DISALLOW_COPY_AND_ASSIGN(NonClientView); }; |