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:
parent
53be3141d7
commit
751e2f5c7a
@ -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…
Reference in New Issue
Block a user