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

    r1673 r1880  
    4747#include <ctype.h>
    4848#include <share.h>
    49 // #include <process.h>                    // _beginthread
    5049
    5150#define INCL_DOS
     
    22622261      WinSetDlgItemText(hwnd, INI_NUMDATA, "0");
    22632262      WinSendDlgItemMsg(hwnd, INI_DATALIST, LM_DELETEALL, MPVOID, MPVOID);
    2264       // inidata = WinQueryWindowPtr(hwnd, QWL_USER);   // 09 Jan 08 SHL
    22652263    }
    22662264    return 0;
     
    25472545                }
    25482546                else
    2549                   DosSleep(100); //05 Aug 07 GKY 250
     2547                  DosSleep(100);
    25502548              }
    25512549            }
Note: See TracChangeset for help on using the changeset viewer.