Browse Source

comment out unused function strlower()

pull/1/head
dickelbeck 18 years ago
parent
commit
751e2f5c7a
  1. 3
      common/string.cpp

3
common/string.cpp

@ -373,6 +373,8 @@ char* strupper( char* Text )
return Text;
}
#if 0
/********************************/
char* strlower( char* text )
/********************************/
@ -388,3 +390,4 @@ char* strlower( char* text )
return start;
}
#endif
Loading…
Cancel
Save