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

    r1877 r1880  
    4949#include <string.h>
    5050#include <share.h>
    51 // #include <process.h>                 // _beginthread
    5251
    5352#define INCL_DOS
     
    463462  case IDM_CONFIRMDELETE:               // 2014-05-17 SHL
    464463  case IDM_TOGGLEDRAGDIALOG:            // 2014-05-15 SHL
    465 //    case IDM_SYSINFO:
    466464  case IDM_HIDENOTEWND:
    467465  case IDM_SHOWNOTEWND:
     
    724722        break;
    725723      }
    726       x = SHORT1FROMMP(mp1);// - IDM_COMMANDSTART;
     724      x = SHORT1FROMMP(mp1);
    727725      if (x >= 0) {
    728         //x++;
    729726        RunCommand(hwndCnr, x);
    730727        if (fUnHilite) {
     
    811808    }
    812809    else
    813       DosSleep(32);//05 Aug 07 GKY 64
     810      DosSleep(32);
    814811
    815812    pd = xmallocz(sizeof(PERSON1DATA), pszSrcFile, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.