aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl/macosx')
-rw-r--r--backends/platform/sdl/macosx/macosx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/platform/sdl/macosx/macosx.h b/backends/platform/sdl/macosx/macosx.h
index 7402618b0e..c31cc7a2d0 100644
--- a/backends/platform/sdl/macosx/macosx.h
+++ b/backends/platform/sdl/macosx/macosx.h
@@ -31,15 +31,10 @@
class OSystem_MacOSX : public OSystem_POSIX {
public:
OSystem_MacOSX();
- virtual ~OSystem_MacOSX() {}
virtual void initBackend();
virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0);
virtual void setupIcon();
-
-private:
- // TODO: Implement log file support for Mac OS X
- virtual Common::WriteStream *createLogFile() { return 0; }
};
#endif