From 0dd2a75c5dd2f3f130b1ab58208fcc6dd647e4e7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 15 May 2004 08:09:34 +0000 Subject: [PATCH] simplify --- stepmania/src/RageDisplay_Null.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageDisplay_Null.h b/stepmania/src/RageDisplay_Null.h index c16a1abf3f..84da350bab 100644 --- a/stepmania/src/RageDisplay_Null.h +++ b/stepmania/src/RageDisplay_Null.h @@ -20,7 +20,6 @@ public: VideoModeParams GetVideoModeParams() const { return m_Params; } void SetBlendMode( BlendMode mode ) { } bool SupportsTextureFormat( PixelFormat pixfmt, bool realtime=false ) { return true; } - bool Supports4BitPalettes() { return true; } unsigned CreateTexture( PixelFormat pixfmt, SDL_Surface* img,