aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/samsungtv/sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/samsungtv/sdl.h')
-rw-r--r--backends/platform/samsungtv/sdl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/platform/samsungtv/sdl.h b/backends/platform/samsungtv/sdl.h
index 5879a775c5..b01385c9aa 100644
--- a/backends/platform/samsungtv/sdl.h
+++ b/backends/platform/samsungtv/sdl.h
@@ -42,8 +42,6 @@ class OSystem_SDL_SamsungTV : public OSystem_SDL {
public:
OSystem_SDL_SamsungTV();
- virtual void initBackend();
-
// Highest supported
virtual Common::List<Graphics::PixelFormat> getSupportedFormats();
@@ -63,11 +61,6 @@ public:
// Returns true if an event was retrieved.
virtual bool pollEvent(Common::Event &event);
- // Quit
- virtual void quit(); // overloaded by CE backend
-
- virtual int getDefaultGraphicsMode() const;
-
virtual bool hasFeature(Feature f);
virtual void setFeatureState(Feature f, bool enable);
virtual bool getFeatureState(Feature f);