| Index: views/window/window_win.h
|
| diff --git a/views/window/window_win.h b/views/window/window_win.h
|
| index cf279f6c0a3fd61c734cf069d6947c7b13d102b1..f998d31fd2741a7576b5db9f5be43c8dc288c48f 100644
|
| --- a/views/window/window_win.h
|
| +++ b/views/window/window_win.h
|
| @@ -213,13 +213,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_;
|
|
|
|
|