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

    r1846 r1880  
    2828#include <string.h>
    2929#include <ctype.h>
    30 // #include <process.h>                 // _beginthread
    3130
    3231#define INCL_DOS
     
    216215      strcpy(s, (CHAR *)mp2);
    217216      AddBackslashToPath(s);
    218       //if (s[strlen(s) - 1] != '\\')
    219       //  strcat(s, "\\");
    220217      strcat(s, "*");
    221218      WinSetDlgItemText(hwnd, UNDEL_ENTRY, s);
     
    262259        }
    263260        else
    264           DosSleep(100);//05 Aug 07 GKY 500
     261          DosSleep(100);
    265262      }
    266263      refresh = FALSE;
Note: See TracChangeset for help on using the changeset viewer.