This commit is contained in:
Glenn Maynard
2004-05-15 08:09:34 +00:00
parent 943b3e693d
commit 0dd2a75c5d
-1
View File
@@ -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,