mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[MSPAINT] Delete needless CToolBox::OnSetCursor
CORE-18867
This commit is contained in:
parent
136f23578f
commit
34881b9a88
2 changed files with 0 additions and 7 deletions
|
@ -22,7 +22,6 @@ public:
|
|||
|
||||
BEGIN_MSG_MAP(CToolBox)
|
||||
MESSAGE_HANDLER(WM_CREATE, OnCreate)
|
||||
MESSAGE_HANDLER(WM_SETCURSOR, OnSetCursor)
|
||||
MESSAGE_HANDLER(WM_SYSCOLORCHANGE, OnSysColorChange)
|
||||
MESSAGE_HANDLER(WM_COMMAND, OnCommand)
|
||||
MESSAGE_HANDLER(WM_TOOLSMODELTOOLCHANGED, OnToolsModelToolChanged)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue