Changeset 1878 for trunk/dll/draglist.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/draglist.c

    r1877 r1878  
    709709          DrgDeleteStrHandle(pDItem->hstrTargetName);
    710710        free(pDItem);
    711         // pDItem = NULL;       // Why bother, we can count - fixme to be gone
    712711        dcd->ulItemsToUnHilite = ulNumfiles + 1;
    713712        break;
     
    724723        pDItem->fsControl = DO_LINKABLE;
    725724      ulNumfiles++;
    726       // ppDItem[ulNumfiles] = NULL;    // Why bother - fixme to be gone
    727725    }
    728726  } // for
     
    738736        pDInfo->usOperation = DO_LINK;
    739737      pDInfo->hwndSource = hwndObj ? hwndObj : hwnd;
    740       // pDInfo->hwndSource = hwnd;
    741738      for (ulSelect = 0; ulSelect < ulNumfiles; ulSelect++) {
    742739        if (!DrgSetDragitem(pDInfo, ppDItem[ulSelect], sizeof(DRAGITEM), ulSelect)) {
Note: See TracChangeset for help on using the changeset viewer.