Commit 751e2f5c authored by dickelbeck's avatar dickelbeck

comment out unused function strlower()

parent 53be3141
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment