瀏覽代碼

Removing some debug code

Source commit: d62d8c99876a06db4f905ccdb4cf81fada23bfa4
Martin Prikryl 3 月之前
父節點
當前提交
35d717fc84
共有 1 個文件被更改,包括 0 次插入17 次删除
  1. 0 17
      source/forms/CustomScpExplorer.cpp

+ 0 - 17
source/forms/CustomScpExplorer.cpp

@@ -7805,13 +7805,6 @@ void __fastcall TCustomScpExplorerForm::WMEndSession(TWMEndSession & Message)
   }
   TForm::Dispatch(&Message);
 }
-#ifdef _DEBUG
-//---------------------------------------------------------------------------
-void __fastcall TCustomScpExplorerForm::WMWindowPosChanged(TWMWindowPosMsg & Message)
-{
-  TForm::Dispatch(&Message);
-}
-#endif
 //---------------------------------------------------------------------------
 void __fastcall TCustomScpExplorerForm::SysResizing(unsigned int /*Cmd*/)
 {
@@ -9937,16 +9930,6 @@ void __fastcall TCustomScpExplorerForm::Dispatch(void * Message)
       WMEndSession(*reinterpret_cast<TWMEndSession *>(M));
       break;
 
-#ifdef _DEBUG
-    case WM_WINDOWPOSCHANGED:
-      WMWindowPosChanged(*reinterpret_cast<TWMWindowPosMsg *>(M));
-      break;
-
-    case CM_CUSTOMSTYLECHANGED:
-      TForm::Dispatch(Message);
-      break;
-
-#endif
     case WM_COMPONENT_HIDE:
       {
         Byte Component = static_cast<Byte>(M->WParam);