1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Remove obsolete string

This commit is contained in:
Gymnasiast
2021-09-29 19:12:04 +02:00
parent 17a6ecb09b
commit 3d7769826f
2 changed files with 0 additions and 2 deletions

View File

@@ -2226,7 +2226,6 @@ STR_3174 :This object is required by another object
STR_3175 :This object is always required
STR_3176 :Unable to select this object
STR_3177 :Unable to de-select this object
STR_3178 :At least one path object must be selected
STR_3179 :At least one ride vehicle/attraction object must be selected
STR_3180 :Invalid selection of objects
STR_3181 :Object Selection - {STRINGID}

View File

@@ -2347,7 +2347,6 @@ enum
STR_OBJECT_SELECTION_ERR_ALWAYS_REQUIRED = 3175,
STR_UNABLE_TO_SELECT_THIS_OBJECT = 3176,
STR_UNABLE_TO_DE_SELECT_THIS_OBJECT = 3177,
STR_AT_LEAST_ONE_PATH_OBJECT_MUST_BE_SELECTED = 3178,
STR_AT_LEAST_ONE_RIDE_OBJECT_MUST_BE_SELECTED = 3179,
STR_INVALID_SELECTION_OF_OBJECTS = 3180,
STR_OBJECT_SELECTION = 3181,