From 73cf5dba996e2011dde9196b4831227013adc7f8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 29 Nov 2010 19:54:55 +0000 Subject: SDL: Add Mac OS X log file support svn-id: r54589 --- backends/platform/sdl/macosx/macosx.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'backends/platform/sdl/macosx') 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 -- cgit v1.2.3