1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

remove unnecessary functions

This commit is contained in:
Ted John
2016-07-09 15:36:48 +01:00
parent ce878723d7
commit 4de1f2912a
6 changed files with 3 additions and 76 deletions

View File

@@ -409,7 +409,6 @@ extern "C"
}
catch (ObjectLoadException)
{
set_load_objects_fail_reason();
}
catch (Exception)
{
@@ -442,7 +441,8 @@ extern "C"
}
catch (ObjectLoadException)
{
set_load_objects_fail_reason();
gErrorType = ERROR_TYPE_FILE_LOAD;
gErrorStringId = STR_GAME_SAVE_FAILED;
}
catch (IOException)
{
@@ -475,7 +475,6 @@ extern "C"
}
catch (ObjectLoadException)
{
set_load_objects_fail_reason();
}
catch (Exception)
{