1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Remove unused string buffers

This commit is contained in:
Ted John
2016-09-10 23:50:31 +01:00
parent 5db4f4f2ee
commit 04af8fcd17

View File

@@ -84,8 +84,6 @@ void viewport_init_all()
gMapSelectFlags = 0;
gStaffDrawPatrolAreas = 0xFFFF;
textinput_cancel();
format_string(RCT2_ADDRESS(0x0141FA44, char), STR_CANCEL, NULL);
format_string(RCT2_ADDRESS(0x0141F944, char), STR_OK, NULL);
}
/**