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

    r1707 r1880  
    335335      fInitDone = TRUE;
    336336    }
    337     else {//if (sLastMaskSelect == LIT_NONE) {
     337    else {
    338338      size = sizeof(sLastMaskSelect);
    339339      PrfQueryProfileData(fmprof, appname, (CHAR *) PSCZ_GREP_LASTMASK_SELECT, &sLastMaskSelect, &size);
     
    445445      fclose(fp);
    446446    }
    447     // 25 Sep 09 SHL Reselect last last used item
    448     //if (sLastMaskSelect >= 0)
    449     //  WinSendDlgItemMsg(hwnd, GREP_LISTBOX, LM_SELECTITEM,
    450     //          MPFROMSHORT(sLastMaskSelect), MPFROMSHORT(TRUE));
    451 
    452447    FillPathListBox(hwnd,
    453448                    WinWindowFromID(hwnd, GREP_DRIVELIST),
     
    11361131          break;
    11371132        }
    1138         DosSleep(100);                  //05 Aug 07 GKY 128
     1133        DosSleep(100);   
    11391134        free(p);
    11401135#       ifdef FORTIFY
Note: See TracChangeset for help on using the changeset viewer.