Changeset 1877 for trunk/dll/notebook.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/notebook.c

    r1869 r1877  
    38133813      if (!WinSetAccelTable(hab, haccelCfg, hwndNotebook))
    38143814        Win_Error(hwndNotebook, HWND_DESKTOP, pszSrcFile, __LINE__, PCSZ_WINSETACCELTABLE);
    3815       // else
    3816         // DbgMsg(pszSrcFile, __LINE__, "WinSetAccelTable MAIN_DRIVELIST %x %x", hwndFrame, haccelDriveList);
    3817     }
    3818 
     3815    }
    38193816    // If generic call, try to find conditional cascade default
    38203817    // 15 Feb 08 SHL fixme to be gone when/if IDM_NOTEBOOK gone?
    38213818    if (mp2 == MPFROMLONG(IDM_NOTEBOOK)) {
    3822       //DbgMsg(pszSrcFile, __LINE__, "Trying to translate IDM_NOTEBOOK");
    38233819      hwndTemp = WinQueryWindow(hwnd, QW_OWNER);
    38243820      if (hwndTemp != HWND_DESKTOP) {
Note: See TracChangeset for help on using the changeset viewer.