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

    r1877 r1878  
    103103#include <ctype.h>
    104104#include <limits.h>
    105 //#include <malloc.h>                   // _msize _heapchk
    106 // #include <process.h>                 // _beginthread
    107105
    108106#define INCL_DOS
     
    21642162              TileChildren(dcd->hwndParent, TRUE);
    21652163            WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0, SWP_ACTIVATE);
    2166             DosSleep(100); // 05 Aug 07 GKY 250
     2164            DosSleep(100);
    21672165          }
    21682166        }
     
    21872185
    21882186      case IDM_COLLECTOR:
    2189         DosSleep(32); // 05 Aug 07 GKY 64
     2187        DosSleep(32);
    21902188        {
    21912189          CHAR **list;
     
    27032701                    WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0,
    27042702                                    SWP_ACTIVATE);
    2705                     DosSleep(100); //05 Aug 07 GKY 250
     2703                    DosSleep(100);
    27062704                  }
    27072705                }
     
    27732771            if (!cmdloaded)
    27742772              load_commands();
    2775             x = SHORT1FROMMP(mp1);// - IDM_COMMANDSTART;
     2773            x = SHORT1FROMMP(mp1);
    27762774            if (x >= 0) {
    2777               //x++;
    27782775              RunCommand(hwnd, x);
    27792776              if (fUnHilite)
     
    28002797        if (pci->attrFile & FILE_DIRECTORY) {
    28012798          menuHwnd = CheckMenu(hwndMainMenu, &DirMenu, DIR_POPUP);
    2802           // WinEnableMenuItem(DirMenu,IDM_TREE,TRUE);
    28032799        }
    28042800        else
     
    36903686      if (len == 0 && key != '\\') {
    36913687        // Let's see if user forgot leading backslash
    3692         // key = SHORT1FROMMP(mp2);
    36933688        if (SearchContainer(hwnd, msg, mp1, MPFROM2SHORT('\\', 0))) {
    36943689          if (SearchContainer(hwnd, msg, mp1, mp2))
     
    38043799                                       NULL,
    38053800                                       CCS_AUTOPOSITION | CCS_MINIICONS |
    3806                                        CCS_MINIRECORDCORE | ulCnrType, // |
    3807                                        //WS_VISIBLE,
     3801                                       CCS_MINIRECORDCORE | ulCnrType,
    38083802                                       0,
    38093803                                       0,
Note: See TracChangeset for help on using the changeset viewer.