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

    r1871 r1880  
    3232#include <string.h>
    3333#include <ctype.h>
    34 // #include <process.h>                 // _beginthread
    3534
    3635#define INCL_DOS
     
    104103  strcpy(maskstr, filename);
    105104  AddBackslashToPath(maskstr);
    106   //if (maskstr[strlen(maskstr) - 1] != '\\')
    107   //  strcat(maskstr, "\\");
    108105  endpath = &maskstr[strlen(maskstr)];
    109106  strcat(maskstr, "*");
     
    324321
    325322  case UM_SETUP:
    326     // WinEnableWindowUpdate(WinWindowFromID(hwnd,OBJCNR_CNR),FALSE);
    327323    {
    328324      CNRINFO cnri;
     
    347343  case UM_CONTAINER_FILLED:
    348344    WinSetDlgItemText(hwnd, OBJCNR_NOTE, NullStr);
    349 //      WinEnableWindowUpdate(WinWindowFromID(hwnd,OBJCNR_CNR),TRUE);
    350345    WinSendDlgItemMsg(hwnd, OBJCNR_CNR, CM_INVALIDATERECORD, MPVOID,
    351346                      MPFROM2SHORT(0, CMA_ERASE | CMA_INVALIDATE));
Note: See TracChangeset for help on using the changeset viewer.