Changeset 1880 for trunk/dll/seeall.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/seeall.c

    r1877 r1880  
    7272#include <string.h>
    7373#include <ctype.h>
    74 // #include <process.h>
    7574
    7675#define INCL_DOS
     
    719718                goto Abort;
    720719              }
    721               DosSleep(0);              //26 Aug 07 GKY 1
     720              DosSleep(0);             
    722721              if (mv.skip || !*mv.target)
    723722                break;
     
    11941193        if (toupper(*path) < 'C' && !fAlertBeepOff)
    11951194          DosBeep(1000, 25);
    1196         DosSleep(16);                   // 05 Aug 07 GKY 33
     1195        DosSleep(16);                   
    11971196        break;
    11981197
     
    13951394          TileChildren(hwndMain, TRUE);
    13961395        WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0, SWP_ACTIVATE);
    1397         DosSleep(100);//05 Aug 07 GKY 250
     1396        DosSleep(100);
    13981397      }
    13991398    }
    14001399    else {
    14011400      StartCollector(HWND_DESKTOP, 4);
    1402       DosSleep(100);//05 Aug 07 GKY 250
     1401      DosSleep(100);
    14031402    }
    14041403  }
     
    17481747          for (x = 0; x < ad->afheadcnt; x++)
    17491748            ad->afhead[x].flags &= (~(AF_DUPE | AF_SELECTED));
    1750           DosSleep(0);  //26 Aug 07 GKY 1
     1749          DosSleep(0); 
    17511750          for (x = 0; x < ad->afheadcnt && !ad->stopflag; x++) {
    17521751            if (!(ad->afhead[x].flags & (AF_DUPE | AF_FILTERED))) {
     
    21762175                  break;
    21772176                PostMsg(hwnd, UM_RESCAN, MPVOID, MPVOID);
    2178                 DosSleep(0); //26 Aug 07 GKY 1
     2177                DosSleep(0);
    21792178              }
    21802179            } // for
     
    27362735      }
    27372736      else {
    2738         DosSleep(50);//05 Aug 07 GKY 100
     2737        DosSleep(50);
    27392738        PostMsg(hwnd, UM_SETUP, MPVOID, MPVOID);
    27402739        PostMsg(hwnd, UM_SETUP2, MPVOID, MPVOID);
     
    42054204        else {
    42064205          DosReleaseMutexSem(pAD->hmtxScan);
    4207           DosSleep(50);//05 Aug 07 GKY 100
     4206          DosSleep(50);
    42084207          WinInvalidateRect(hwnd, NULL, FALSE);
    42094208          PostMsg(hwnd, UM_SETUP2, MPVOID, MPVOID);
     
    43884387      }
    43894388      else if (SHORT1FROMMP(mp1) == IDM_COLLECTOR) {
    4390         DosSleep(50);//05 Aug 07 GKY 100
     4389        DosSleep(50);
    43914390        if (!PostMsg(hwnd, msg, mp1, mp2))
    43924391          WinSendMsg(hwnd, msg, mp1, mp2);
Note: See TracChangeset for help on using the changeset viewer.