mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[MSPAINT] Delete needless CMiniatureWindow::OnSetCursor
CORE-18867
This commit is contained in:
@@ -31,10 +31,3 @@ LRESULT CMiniatureWindow::OnPaint(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL&
|
||||
miniature.ReleaseDC(hdc);
|
||||
return 0;
|
||||
}
|
||||
|
||||
LRESULT CMiniatureWindow::OnSetCursor(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||
{
|
||||
SetCursor(LoadCursor(NULL, IDC_ARROW));
|
||||
bHandled = FALSE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@ public:
|
||||
BEGIN_MSG_MAP(CMiniatureWindow)
|
||||
MESSAGE_HANDLER(WM_CLOSE, OnClose)
|
||||
MESSAGE_HANDLER(WM_PAINT, OnPaint)
|
||||
MESSAGE_HANDLER(WM_SETCURSOR, OnSetCursor)
|
||||
END_MSG_MAP()
|
||||
|
||||
LRESULT OnClose(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
|
||||
|
||||
Reference in New Issue
Block a user