X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmainwin.cpp;fp=src%2Fmainwin.cpp;h=fa99724814dea1dec38d91b4f4982c404e6a32ac;hb=075de16b7430454597f1cde039405b18232f0058;hp=186e085917129d204280aa6ad549ba69cb6cf725;hpb=ae70f6ff733c4642fe3a9f8b3635a0a0b40cf82a;p=guemap diff --git a/src/mainwin.cpp b/src/mainwin.cpp index 186e085..fa99724 100644 --- a/src/mainwin.cpp +++ b/src/mainwin.cpp @@ -606,7 +606,6 @@ int MainWin::OnCreate(LPCREATESTRUCT lpCreateStruct) return 0; } - void MainWin::OnDestroy() { CDockState state; @@ -621,7 +620,6 @@ void MainWin::OnDestroy() CMDIFrameWnd::OnDestroy(); } - bool MainWin::PreCreateWindow(CREATESTRUCT & cs) { // TODO: Modify the Window class or styles here by modifying @@ -630,7 +628,6 @@ bool MainWin::PreCreateWindow(CREATESTRUCT & cs) return CMDIFrameWnd::PreCreateWindow(cs); } - ///////////////////////////////////////////////////////////////////////////// // CMainWin message handlers //-------------------------------------------------------------------- @@ -642,7 +639,6 @@ void MainWin::OnActivateApp(bool bActive, HTASK task) CMDIFrameWnd::OnActivateApp(bActive, task); } - ///////////////////////////////////////////////////////////////////////////// // Dock control bars on the same line: //