summarylogtreecommitdiffstats
path: root/qvkscreenkey_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qvkscreenkey_fix.patch')
-rw-r--r--qvkscreenkey_fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/qvkscreenkey_fix.patch b/qvkscreenkey_fix.patch
deleted file mode 100644
index 77696928bdfd..000000000000
--- a/qvkscreenkey_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/screenkey/QvkScreenkey.h 2015-06-15 11:13:40.122098809 -0500
-+++ b/screenkey/QvkScreenkey.h 2015-06-15 11:15:04.039862344 -0500
-@@ -10,6 +10,10 @@
- #include <stdio.h>
- #include <string.h>
-
-+#ifdef Bool
-+#undef Bool
-+#endif
-+
- class QvkScreenkey: public QObject
- {
- Q_OBJECT