From a83d11491b1800847c4cb48bf3e5e24e8ca82720 Mon Sep 17 00:00:00 2001 From: CvH Date: Tue, 19 Nov 2019 00:51:46 +0100 Subject: [PATCH] visualization.shadertoy: remove patch --- ...ertoy-0001-remove-unused-egl-headers.patch | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 packages/mediacenter/kodi-binary-addons/visualization.shadertoy/patches/visualization.shadertoy-0001-remove-unused-egl-headers.patch diff --git a/packages/mediacenter/kodi-binary-addons/visualization.shadertoy/patches/visualization.shadertoy-0001-remove-unused-egl-headers.patch b/packages/mediacenter/kodi-binary-addons/visualization.shadertoy/patches/visualization.shadertoy-0001-remove-unused-egl-headers.patch deleted file mode 100644 index 5ea6c6fcc2..0000000000 --- a/packages/mediacenter/kodi-binary-addons/visualization.shadertoy/patches/visualization.shadertoy-0001-remove-unused-egl-headers.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 4b5990098c71ff0a5e636e75485f3bf82c07eb42 Mon Sep 17 00:00:00 2001 -From: popcornmix -Date: Tue, 2 Jul 2019 14:40:57 +0100 -Subject: [PATCH] Remove unused EGL headers files - ---- - src/main.cpp | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/src/main.cpp b/src/main.cpp -index 918046b..d921054 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -22,8 +22,6 @@ - #include "xbmc_vis_types.h" - #if defined(HAS_GLES) - #include --#include --#include - #include - #define TO_STRING(...) #__VA_ARGS__ - #else