| Index: views/window/window_win.h
|
| diff --git a/views/window/window_win.h b/views/window/window_win.h
|
| index a0c3981c5109954b6eaf17671d8e7be3ab97d454..215272ba0298b5f855a93a4465635f1035c27dda 100644
|
| --- a/views/window/window_win.h
|
| +++ b/views/window/window_win.h
|
| @@ -218,13 +218,6 @@ class WindowWin : public WidgetWin,
|
| // Executes the specified SC_command.
|
| void ExecuteSystemMenuCommand(int command);
|
|
|
| - // Static resource initialization.
|
| - static void InitClass();
|
| - enum ResizeCursor {
|
| - RC_NORMAL = 0, RC_VERTICAL, RC_HORIZONTAL, RC_NESW, RC_NWSE
|
| - };
|
| - static HCURSOR resize_cursors_[6];
|
| -
|
| // A delegate implementation that handles events received here.
|
| internal::NativeWindowDelegate* delegate_;
|
|
|
|
|