From 875bc0b1c21aac75e55947ff421f2a8cc9f36c29 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Tue, 7 May 2019 13:52:25 -0500 Subject: Switch: fix build, add build instructions, avoid using delete() --- backends/platform/sdl/switch/switch.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'backends/platform/sdl/switch/switch.cpp') diff --git a/backends/platform/sdl/switch/switch.cpp b/backends/platform/sdl/switch/switch.cpp index 7ce3372d8d..391b101aa2 100644 --- a/backends/platform/sdl/switch/switch.cpp +++ b/backends/platform/sdl/switch/switch.cpp @@ -87,16 +87,6 @@ void OSystem_Switch::initBackend() { OSystem_SDL::initBackend(); } -bool OSystem_Switch::hasFeature(Feature f) { - - if (f == kFeatureDisplayLogFile) - return false; - if (f == kFeatureOpenUrl) - return false; - - return OSystem_SDL::hasFeature(f); -} - void OSystem_Switch::logMessage(LogMessageType::Type type, const char *message) { printf("%s\n", message); } -- cgit v1.2.3