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

    r1873 r1877  
    12161216  MaxComLineStrg = MAXCOMLINESTRGDEFAULT;
    12171217  AutoviewHeight = 48;
    1218   //strcpy(printer, "PRN");
    12191218  prnwidth = 80;
    12201219  prnlength = 66;
     
    12261225  prntabspaces = 8;
    12271226  CollectorsortFlags = sortFlags = SORT_FILENAME | SORT_DIRSFIRST;
    1228   //ullDATFileSpaceNeeded = 10000;
    1229 
    12301227  //Get default Country info
    12311228  {
     
    12401237      ulDateFmt = CtryInfo.fsDateFmt;
    12411238      ulTimeFmt = CtryInfo.fsTimeFmt;
    1242       //DbgMsg(pszSrcFile, __LINE__, "Date Fmt %x", ulDateFmt);
    12431239    }
    12441240    else {
     
    12771273      if (rc != NO_ERROR) {
    12781274        fProtectOnly = TRUE;
    1279         //DbgMsg(pszSrcFile, __LINE__, "DosQModuleHandle VKBD returned %d fProtectOnly=%d", rc, fProtectOnly);
    12801275      }
    12811276      else {
     
    12831278        if (rc != NO_ERROR) {
    12841279          fProtectOnly = TRUE;
    1285           //DbgMsg(pszSrcFile, __LINE__, "DosQModuleHandle VMOUSE returned %d fProtectOnly=%d", rc, fProtectOnly);
    12861280        }
    12871281      }
     
    16481642    ShowNote();
    16491643
    1650   // 2015-08-11 SHL FIXME debug
    1651   //DbgMsg(pszSrcFile, __LINE__, "ShowEnv %u SwitchTree %u SwitchTreeExpand %u SwitchTreeOnFocus %u CollapseFirst %u", fShowEnv, fSwitchTreeOnDirChg, fSwitchTreeExpand, fSwitchTreeOnFocus, fCollapseFirst);
    1652  
    16531644  LoadDetailsSwitches(PCSZ_DIRCNR, &dsDirCnrDefault, FALSE);
    16541645
Note: See TracChangeset for help on using the changeset viewer.