From ce0cfd62d95cdc46f4517ad16a0396a5815cb595 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 20 Jun 2015 20:14:43 +0100 Subject: Common: Remove now-unused EMU_PLATFORM define, fixes issue #373. --- src/citra_qt/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/citra_qt') diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 8041816a..43b80a34 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp @@ -18,10 +18,6 @@ #include "common/platform.h" #include "common/scope_exit.h" -#if EMU_PLATFORM == PLATFORM_LINUX -#include -#endif - #include "bootmanager.h" #include "hotkeys.h" -- cgit v1.2.3