diff options
Diffstat (limited to 'common/error.h')
-rw-r--r-- | common/error.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/error.h b/common/error.h index 6522fbf4af..d91ce2971a 100644 --- a/common/error.h +++ b/common/error.h @@ -48,9 +48,7 @@ enum Error { kInvalidPathError, //!< Engine initialization: Invalid game path was passed kNoGameDataFoundError, //!< Engine initialization: No game data was found in the specified location kUnsupportedGameidError, //!< Engine initialization: Gameid not supported by this (Meta)Engine -#ifdef ENABLE_RGB_COLOR kUnsupportedColorMode, //!< Engine initialization: Engine does not support backend's color mode -#endif kReadPermissionDenied, //!< Unable to read data due to missing read permission |