Changeset 1877 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Oct 11, 2015, 11:43:27 PM (10 years ago)
Author:
Gregg Young
Message:

Remove debug code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1869 r1877  
    742742      static HACCEL haccelCmdList = NULLHANDLE;
    743743      static HACCEL haccelButtonList = NULLHANDLE;
    744       // DbgMsg(pszSrcFile, __LINE__, "WM_FOCUSCHANGE %u", SHORT1FROMMP(mp2));
    745744      id = WinQueryWindowUShort(hwndParent, QWS_ID);
    746745      if (SHORT1FROMMP(mp2)) {
     
    21372136          HWND hwndActive = TopWindow(hwnd, (HWND) 0);
    21382137          if (hwndActive)
    2139             //DbgMsg(pszSrcFile, __LINE__, "WinSendMsg UM_DRIVECMD %c", *dv); // 2015-08-04 SHL FIXME debug
    21402138            WinSendMsg(WinWindowFromID(hwndActive, FID_CLIENT),
    21412139                       UM_DRIVECMD, MPFROMP(dv), MPVOID);
     
    34673465
    34683466  sprintf(szPrefix, "%s.", pszStateName);
    3469 
    3470   //DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState %s", pszStateName);        // 2015-08-13 SHL FIXME debug
    3471 
    34723467  // If restoring shutdown state bypass no-prescan drives
    34733468  fIsShutDownState = strcmp(pszStateName, PCSZ_SHUTDOWNSTATE) == 0;
     
    36813676      WinDestroyWindow(hwndPPSave);
    36823677    }
    3683     //DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState returning fRestored %u", fRestored);     // 2015-08-13 SHL FIXME debug
    36843678  }
    36853679
     
    47694763    {
    47704764      HWND hwnd = WinQueryFocus(HWND_DESKTOP);
    4771       // DbgMsg(pszSrcFile, __LINE__, "IDM_CONTEXTMENU %x", hwnd);
    47724765      if (hwnd != NULLHANDLE) {
    47734766        HWND hwndParent = WinQueryWindow(hwnd, QW_PARENT);
     
    47774770        case MAIN_USERLIST:
    47784771        case MAIN_CMDLIST:
    4779           // DbgMsg(pszSrcFile, __LINE__, "WM_CONTEXTMENU");
    47804772          WinPostMsg(hwnd, WM_CONTEXTMENU, 0, 0);
    47814773        }
     
    65516543            }
    65526544            else if (SHORT1FROMMP(mp1) == MAIN_DRIVELIST) {
    6553               //DbgMsg(pszSrcFile, __LINE__, "MainWndProc CBN_ENTER ShowTreeRec(\"%s\")", path); // 2015-08-04 SHL FIXME debug
    65546545              ShowTreeRec(WinWindowFromID(WinWindowFromID(hwndTree,
    65556546                                                          FID_CLIENT),
     
    66846675    fAmQuitting = TRUE;                 // Let world know quit in progress
    66856676    DosSleep(1);
    6686     //DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_CLOSE returning with fAmClosing %u", fAmClosing); // 2015-08-16 SHL
    6687 
    66886677    return 0;           // Suppress WinDefWindowProc WM_QUIT message generation
    66896678
     
    67146703
    67156704  case WM_DESTROY:
    6716     //DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_DESTROY hwnd %p TID %u", hwnd, GetTidForThread());   // 2015-08-09 SHL FIXME debug
     6705
    67176706    hwndMain = (HWND)0;
    67186707    if (!PostMsg((HWND)0, WM_QUIT, MPVOID, MPVOID))
Note: See TracChangeset for help on using the changeset viewer.