aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/3ds/osystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/3ds/osystem.h')
-rw-r--r--backends/platform/3ds/osystem.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/backends/platform/3ds/osystem.h b/backends/platform/3ds/osystem.h
index d6d667dc91..e38579a536 100644
--- a/backends/platform/3ds/osystem.h
+++ b/backends/platform/3ds/osystem.h
@@ -39,11 +39,6 @@
namespace _3DS {
-enum {
- GFX_LINEAR = 0,
- GFX_NEAREST = 1
-};
-
enum MagnifyMode {
MODE_MAGON,
MODE_MAGOFF,
@@ -54,11 +49,6 @@ enum InputMode {
MODE_DRAG,
};
-static const OSystem::GraphicsMode s_graphicsModes[] = {
- {"default", "Default Test", GFX_LINEAR},
- { 0, 0, 0 }
-};
-
class OSystem_3DS : public EventsBaseBackend, public PaletteManager {
public:
OSystem_3DS();
@@ -96,11 +86,6 @@ public:
void addSysArchivesToSearchSet(Common::SearchSet &s, int priority) override;
// Graphics
- virtual const OSystem::GraphicsMode *getSupportedGraphicsModes() const;
- int getDefaultGraphicsMode() const;
- bool setGraphicsMode(int mode);
- void resetGraphicsScale();
- int getGraphicsMode() const;
inline Graphics::PixelFormat getScreenFormat() const { return _pfGame; }
virtual Common::List<Graphics::PixelFormat> getSupportedFormats() const;
void initSize(uint width, uint height,