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,