summaryrefslogtreecommitdiff
path: root/multimedia/kodi/files/patch-xbmc_windowing_WinEvents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kodi/files/patch-xbmc_windowing_WinEvents.cpp')
-rw-r--r--multimedia/kodi/files/patch-xbmc_windowing_WinEvents.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/kodi/files/patch-xbmc_windowing_WinEvents.cpp b/multimedia/kodi/files/patch-xbmc_windowing_WinEvents.cpp
deleted file mode 100644
index 575ad3671df0..000000000000
--- a/multimedia/kodi/files/patch-xbmc_windowing_WinEvents.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- xbmc/windowing/WinEvents.cpp.orig 2015-08-16 16:37:32 UTC
-+++ xbmc/windowing/WinEvents.cpp
-@@ -38,6 +38,10 @@
- #include "android/WinEventsAndroid.h"
- #define WinEventsType CWinEventsAndroid
-
-+#elif defined(TARGET_FREEBSD) && defined(TARGET_RASPBERRY_PI)
-+#include "WinEventsFreeBSD.h"
-+#define WinEventsType CWinEventsFreeBSD
-+
- #elif (defined(TARGET_FREEBSD) || defined(TARGET_LINUX)) && defined(HAS_SDL_WIN_EVENTS)
- #include "WinEventsSDL.h"
- #define WinEventsType CWinEventsSDL