7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 00:21:36 +00:00

comment out unused function strlower()

This commit is contained in:
dickelbeck 2007-12-23 05:41:02 +00:00
parent 53be3141d7
commit 751e2f5c7a

View File

@ -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