diff options
Diffstat (limited to 'views/widget/widget_win.h')
-rw-r--r-- | views/widget/widget_win.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/views/widget/widget_win.h b/views/widget/widget_win.h index d3665d2..9018c64 100644 --- a/views/widget/widget_win.h +++ b/views/widget/widget_win.h @@ -198,7 +198,6 @@ class WidgetWin : public Widget, MSG_WM_RBUTTONDBLCLK(OnRButtonDblClk) MSG_WM_RBUTTONDOWN(OnRButtonDown) MSG_WM_RBUTTONUP(OnRButtonUp) - MSG_WM_SETCURSOR(OnSetCursor) MSG_WM_SETFOCUS(OnSetFocus) MSG_WM_SETICON(OnSetIcon) MSG_WM_SETTEXT(OnSetText) @@ -452,10 +451,6 @@ class WidgetWin : public Widget, SetMsgHandled(FALSE); return 0; } - virtual LRESULT OnSetCursor(HWND window, UINT hittest_code, UINT message) { - SetMsgHandled(FALSE); - return 0; - } virtual void OnSetFocus(HWND focused_window) { SetMsgHandled(FALSE); } |