summaryrefslogtreecommitdiffstats
path: root/src/windows/leash/MainFrm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leash/MainFrm.cpp')
-rw-r--r--src/windows/leash/MainFrm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/windows/leash/MainFrm.cpp b/src/windows/leash/MainFrm.cpp
index b2d20cc1a..fe1472c99 100644
--- a/src/windows/leash/MainFrm.cpp
+++ b/src/windows/leash/MainFrm.cpp
@@ -46,7 +46,6 @@ IMPLEMENT_DYNCREATE(CMainFrame, CLeashFrame)
BEGIN_MESSAGE_MAP(CMainFrame, CLeashFrame)
//{{AFX_MSG_MAP(CMainFrame)
ON_WM_CREATE()
- ON_COMMAND(ID_RESET_WINDOW_SIZE, OnResetWindowSize)
ON_WM_SIZING()
ON_WM_CLOSE()
ON_WM_GETMINMAXINFO()