diff options
Diffstat (limited to 'chrome/views/non_client_view.h')
-rw-r--r-- | chrome/views/non_client_view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h index f30e956..9c83a67 100644 --- a/chrome/views/non_client_view.h +++ b/chrome/views/non_client_view.h @@ -52,8 +52,6 @@ class ClientView; // class NonClientView : public View { public: - virtual void Init(ClientView* client_view) = 0; - // Calculates the bounds of the client area of the window assuming the // window is sized to |width| and |height|. virtual gfx::Rect CalculateClientAreaBounds(int width, |