From 58240cf1ada30c575c02c7e7c5dafa429cd51bd4 Mon Sep 17 00:00:00 2001 From: Tom Parsons <43040194+tombomp@users.noreply.github.com> Date: Wed, 5 Aug 2020 03:26:59 +0100 Subject: [PATCH] Close #12459: Remove unused enum PARK_LOAD_ERROR (#12590) * Remove unused enum PARK_LOAD_ERROR A refactoring a couple of years ago removed all uses so it can safely be removed. Closes #12459 * Also fix header order for clang-format --- src/openrct2/ParkImporter.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/openrct2/ParkImporter.h b/src/openrct2/ParkImporter.h index 4d57368b03..ccff5381c9 100644 --- a/src/openrct2/ParkImporter.h +++ b/src/openrct2/ParkImporter.h @@ -10,18 +10,8 @@ #pragma once #include "common.h" -#include "object/Object.h" - -enum PARK_LOAD_ERROR -{ - PARK_LOAD_ERROR_OK, - PARK_LOAD_ERROR_MISSING_OBJECTS, - PARK_LOAD_ERROR_INVALID_EXTENSION, - PARK_LOAD_ERROR_UNSUPPORTED_RCTC_FLAG, - PARK_LOAD_ERROR_UNKNOWN = 255 -}; - #include "core/String.hpp" +#include "object/Object.h" #include #include