comment out unused function strlower()
This commit is contained in:
parent
53be3141d7
commit
751e2f5c7a
|
@ -373,6 +373,8 @@ char* strupper( char* Text )
|
||||||
return Text;
|
return Text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
/********************************/
|
/********************************/
|
||||||
char* strlower( char* text )
|
char* strlower( char* text )
|
||||||
/********************************/
|
/********************************/
|
||||||
|
@ -388,3 +390,4 @@ char* strlower( char* text )
|
||||||
|
|
||||||
return start;
|
return start;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue