diff options
author | Matthew Hoops | 2015-03-05 08:02:54 -0500 |
---|---|---|
committer | Matthew Hoops | 2015-03-05 08:02:54 -0500 |
commit | 5936f7c9d1faef575584cff69ca6263d82a9d773 (patch) | |
tree | 5c0a9c1b55611efaafbfa8d84ce336de14512a4f /backends/platform/sdl/macosx | |
parent | b84d2e8d73c18c427ef1527b2b066642cfc981c4 (diff) | |
download | scummvm-rg350-5936f7c9d1faef575584cff69ca6263d82a9d773.tar.gz scummvm-rg350-5936f7c9d1faef575584cff69ca6263d82a9d773.tar.bz2 scummvm-rg350-5936f7c9d1faef575584cff69ca6263d82a9d773.zip |
MACOSX: Fix compilation
Broken by 3f22c12
Diffstat (limited to 'backends/platform/sdl/macosx')
-rw-r--r-- | backends/platform/sdl/macosx/macosx.cpp | 2 |
1 files changed, 0 insertions, 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; |