From aa1d802c0413247f8d1d1f2822e3580ecc4929bd Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Sun, 20 Dec 2020 12:06:14 -0800 Subject: [PATCH] Removed strlwr. --- common/lc_global.h | 1 - common/lc_library.cpp | 20 +++++++++----------- qt/system.cpp | 10 +--------- 3 files changed, 10 insertions(+), 21 deletions(-) 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