From 5936f7c9d1faef575584cff69ca6263d82a9d773 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 5 Mar 2015 08:02:54 -0500 Subject: MACOSX: Fix compilation Broken by 3f22c12 --- backends/platform/sdl/macosx/macosx.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp index fa9f3ad16c..38a2d7441c 100644 --- a/backends/platform/sdl/macosx/macosx.cpp +++ b/backends/platform/sdl/macosx/macosx.cpp @@ -104,8 +104,6 @@ void OSystem_MacOSX::addSysArchivesToSearchSet(Common::SearchSet &s, int priorit } } -} - bool OSystem_MacOSX::hasFeature(Feature f) { if (f == kFeatureDisplayLogFile) return true; -- cgit v1.2.3