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

    r1879 r1880  
    5353#include <string.h>
    5454#include <ctype.h>
    55 //#include <malloc.h>
    5655
    5756#define INCL_DOS
     
    10099BOOL fFilesInTree;
    101100
    102 //BOOL Flesh(HWND hwndCnr, PCNRITEM pciParent);
    103 
    104101BOOL Stubby(HWND hwndCnr, PCNRITEM pciParent);
    105102BOOL FleshEnv(HWND hwndCnr, PCNRITEM pciParent);
    106 //VOID UnFlesh(HWND hwndCnr, PCNRITEM pciParent);
    107103
    108104/**
     
    543539            *p = 0;;
    544540            BldFullPathName(szBuffer, wildcard, pffb->achName);
    545             pci->pszFileName =  xstrdup(szBuffer, pszSrcFile, __LINE__); //NullStr;   // 2015-08-19 SHL FIXME to doc why
     541            pci->pszFileName =  xstrdup(szBuffer, pszSrcFile, __LINE__);
    546542            p = strrchr(pci->pszFileName, '\\');
    547543            p++;
    548             pci->pszDisplayName = p; //NullStr;
     544            pci->pszDisplayName = p;
    549545            pci->rc.pszIcon = pci->pszDisplayName;
    550546            if (fForceUpper)
     
    746742  }
    747743  c = strlen(((PFLESHWORKITEM)item)->pci->pszFileName);
    748   // 2015-08-23 SHL FIXME to not trap for Gregg
    749744  return strncmp(((PFLESHWORKITEM)item)->pci->pszFileName, (PCSZ)data, c) == 0;
    750745}
Note: See TracChangeset for help on using the changeset viewer.