1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Drop unused variables (#3586)

This commit is contained in:
janisozaur
2016-05-13 19:21:58 +02:00
committed by Ted John
parent feb140b84c
commit ca430e1b23
50 changed files with 15 additions and 109 deletions

View File

@@ -511,7 +511,6 @@ namespace Twitch
*/
static char * strchrm(const char * str, const char * find)
{
const char * result = nullptr;
do
{
const char * fch = find;