diff --git a/common/lc_global.h b/common/lc_global.h index 399035b0..a23fc617 100644 --- a/common/lc_global.h +++ b/common/lc_global.h @@ -46,7 +46,6 @@ char* strcasestr(const char *s, const char *find); #else char* strupr(char* string); -char* strlwr(char* string); #endif // Version number. diff --git a/common/lc_library.cpp b/common/lc_library.cpp index 03bd60e4..bd1ebf49 100644 --- a/common/lc_library.cpp +++ b/common/lc_library.cpp @@ -1352,18 +1352,16 @@ void lcPiecesLibrary::GetPieceFile(const char* PieceName, std::function