diff options
Diffstat (limited to 'backends/graphics/openglsdl/openglsdl-graphics.h')
-rw-r--r-- | backends/graphics/openglsdl/openglsdl-graphics.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/graphics/openglsdl/openglsdl-graphics.h b/backends/graphics/openglsdl/openglsdl-graphics.h index e30c2b8e49..ff2277669e 100644 --- a/backends/graphics/openglsdl/openglsdl-graphics.h +++ b/backends/graphics/openglsdl/openglsdl-graphics.h @@ -49,11 +49,6 @@ public: virtual int getStretchMode() const override; virtual void initSize(uint w, uint h, const Graphics::PixelFormat *format) override; - -#ifdef USE_RGB_COLOR - virtual Common::List<Graphics::PixelFormat> getSupportedFormats() const override; -#endif - virtual void updateScreen() override; // EventObserver API |