From 8c23f4cee69fe42900bd55e8297a4743cb81e48a Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Sun, 19 Jan 2025 22:10:48 +0000 Subject: [PATCH] Cleanup: Remove two unused PaletteType values. --- 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 */