mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
Remove unused or set-but-not-read variables
This commit is contained in:
committed by
Ted John
parent
a48976cc6b
commit
163e314379
@@ -230,7 +230,6 @@ namespace String
|
||||
utf8 * Trim(utf8 * str)
|
||||
{
|
||||
utf8 * firstNonWhitespace = nullptr;
|
||||
utf8 * lastNonWhitespace = nullptr;
|
||||
|
||||
codepoint_t codepoint;
|
||||
utf8 * ch = str;
|
||||
@@ -243,7 +242,6 @@ namespace String
|
||||
{
|
||||
firstNonWhitespace = ch;
|
||||
}
|
||||
lastNonWhitespace = ch;
|
||||
}
|
||||
ch = nextCh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user