From 3b7c91f2a77b49a36074f666e3801d28e7ccb999 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 21 Jun 2011 16:57:42 +0200 Subject: COMMON: Move HerculesDimensions enum to SCUMM. The enum is only used inside the SCUMM engine so it is rather pointless to keep it in common/util.h right now. Also if we really want it in some common place it should probably be better in graphics/ too. --- common/util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 5837c8beab..cd890c970f 100644 --- a/common/util.h +++ b/common/util.h @@ -208,11 +208,6 @@ enum RenderMode { kRenderAmiga = 5 }; -enum HerculesDimensions { - kHercW = 720, - kHercH = 350 -}; - struct RenderModeDescription { const char *code; const char *description; -- cgit v1.2.3