1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Remove unused variable

This commit is contained in:
Sijmen Schoon
2016-07-08 11:32:34 +02:00
parent 662d92be74
commit 66628e5131

View File

@@ -391,7 +391,6 @@ static void window_loadsave_mouseup(rct_window *w, int widgetIndex)
case WIDX_DEFAULT:
{
char directory[MAX_PATH];
char *ch;
int includeNewItem = (_type & 1) == LOADSAVETYPE_SAVE;