Changeset 1880 for trunk/dll/notebook.c


Ignore:
Timestamp:
Oct 12, 2015, 8:26:16 PM (10 years ago)
Author:
Gregg Young
Message:

Remove dead code and comments from remaining c files. #if 0 and #if NEVER were not addressed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notebook.c

    r1877 r1880  
    19541954          if (SaveDirCnrState(hwndMain, PCSZ_FM2TEMPTEXT) > 0) {
    19551955            PostMsg(MainObjectHwnd, UM_RESTORE, MPVOID, MPFROMLONG(RESTORE_STATE_CLOSE_CHILDREN));
    1956 //          PostMsg(hwndMain, UM_RESTORE, MPVOID, MPVOID);
    19571956            PostMsg(MainObjectHwnd, UM_RESTORE, (PSZ) PCSZ_FM2TEMPTEXT, MPFROMLONG(RESTORE_STATE_RESTORE));
    19581957          }
     
    38363835          else {
    38373836            mp2 = WinSendMsg(mi.hwndSubMenu, MM_QUERYDEFAULTITEMID, MPVOID, MPVOID);
    3838             //if (!mp2) // causes spurious error message on new installs GKY 1-9-09
    3839             //  mp2 = MPFROMLONG(IDM_QUICKSETTINGS);
    3840               //Runtime_Error(pszSrcFile, __LINE__, "MM_QUERYDEFAULTITEMID");
    38413837          }
    38423838        }
     
    40274023    break;
    40284024  case WM_CLOSE:
    4029     //SaveLastPageIndex(hwnd);
    40304025    break;
    40314026  }
Note: See TracChangeset for help on using the changeset viewer.