From 73daacde3a3708d7d7810c71ea7dcfb619d44c2a Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Tue, 21 Jan 2025 18:20:38 +0000 Subject: [PATCH] Cleanup: Remove two unused PaletteType values. (#13341) --- src/gfx_type.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gfx_type.h b/src/gfx_type.h index 78f5e15e56..9de4975a0d 100644 --- a/src/gfx_type.h +++ b/src/gfx_type.h @@ -304,8 +304,6 @@ enum FillRectMode { enum PaletteType { PAL_DOS, ///< Use the DOS palette. PAL_WINDOWS, ///< Use the Windows palette. - PAL_AUTODETECT, ///< Automatically detect the palette based on the graphics pack. - MAX_PAL = 2, ///< The number of palettes. }; /** Types of sprites that might be loaded */