aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv/mythtv/ifdef-qt.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mythtv/mythtv/ifdef-qt.diff')
-rw-r--r--recipes/mythtv/mythtv/ifdef-qt.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/mythtv/mythtv/ifdef-qt.diff b/recipes/mythtv/mythtv/ifdef-qt.diff
deleted file mode 100644
index bdefee11df..0000000000
--- a/recipes/mythtv/mythtv/ifdef-qt.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- /tmp/mythmainwindow.cpp 2008-07-22 18:19:06.000000000 +0200
-+++ mythtv/libs/libmythui/mythmainwindow.cpp 2008-07-22 18:19:26.000000000 +0200
-@@ -4,7 +4,10 @@
-
- #include <algorithm>
-
-+#ifdef USE_OPENGL_PAINTER
- #include <QGLWidget>
-+endif
-+
- #include <QApplication>
- #include <QTimer>
- #include <QDesktopWidget>