diff options
-rw-r--r-- | backends/platform/linuxmoto/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/linuxmoto/main.cpp b/backends/platform/linuxmoto/main.cpp index 1e37fe617a..7f015faff4 100644 --- a/backends/platform/linuxmoto/main.cpp +++ b/backends/platform/linuxmoto/main.cpp @@ -34,7 +34,6 @@ #include "base/internal_version.h" int main(int argc, char *argv[]) { - g_system = new OSystem_LINUXMOTO(); assert(g_system); // Invoke the actual ScummVM main entry point: |