diff --git a/common/string.cpp b/common/string.cpp index 6e113e82c8..5bcc71e827 100644 --- a/common/string.cpp +++ b/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