From ac7f6e6cf4fb307d597068c6b7d06509f375c6d0 Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sat, 1 Jun 2013 00:53:24 +0200 Subject: [PATCH] Oops --- UI/NativeApp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/NativeApp.cpp b/UI/NativeApp.cpp index 6df1371884..ecb6c6d70e 100644 --- a/UI/NativeApp.cpp +++ b/UI/NativeApp.cpp @@ -459,7 +459,6 @@ void NativeMessageReceived(const char *message, const char *value) pendingValue = value; isMessagePending = true; } - screenManager->sendMessage(message, value); } void NativeShutdownGraphics()