Changeset 1878 for trunk/dll/comp.c


Ignore:
Timestamp:
Oct 12, 2015, 12:24:39 AM (10 years ago)
Author:
Gregg Young
Message:

Remove some dead code and comments source files starting with A-D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r1877 r1878  
    16251625      UINT l;
    16261626      UINT r;
    1627       // UINT cntr;
    16281627      FILELIST **filesl = NULL;
    16291628      FILELIST **filesr = NULL;
     
    20122011            pcir->pszDisplayName = pcir->pszFileName + lenr;
    20132012            pcir->attrFile = filesr[r]->attrFile;
    2014             // pcir->rc.hptrIcon = hptrFile;
    20152013            pcir->pszDispAttr = FileAttrToString(pcir->attrFile);
    20162014            pcir->cbFile = filesr[r]->cbFile;
     
    26712669      case BN_CLICKED:
    26722670        cmp = INSTDATA(hwnd);
    2673         //if (cmp)
    2674         //  *cmp->rightlist = 0;
    26752671        PostMsg(hwnd, UM_SETUP, MPVOID, MPVOID);
    26762672        PostMsg(hwnd, UM_SETDIR, MPVOID, MPVOID);
     
    29232919      WinSetDlgItemText(hwnd, COMP_NOTE,
    29242920                        (CHAR *) GetPString(IDS_COMPHOLDFILTERINGTEXT));
    2925       // cmp->dcd.suspendview = 1;      // 12 Jan 08 SHL appears not to be used here
    29262921      priority_idle();                  // Don't hog resources
    29272922      WinSendMsg(GetHwndLeft(hwnd), CM_FILTER, MPFROMP(Filter),
     
    29302925                 MPFROMP(&cmp->dcd.mask));
    29312926      priority_normal();
    2932       // cmp->dcd.suspendview = 0;      // 12 Jan 08 SHL appears not to be used here
    29332927      if (*cmp->dcd.mask.szMask) {
    29342928        sprintf(s,
Note: See TracChangeset for help on using the changeset viewer.