summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/krita/files/krita-2.1.0-opengl.patch')
-rw-r--r--app-office/krita/files/krita-2.1.0-opengl.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-office/krita/files/krita-2.1.0-opengl.patch b/app-office/krita/files/krita-2.1.0-opengl.patch
deleted file mode 100644
index bee8efe2b312..000000000000
--- a/app-office/krita/files/krita-2.1.0-opengl.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-http://bugs.kde.org/217239
-
---- krita/ui/kis_3d_object_model.h
-+++ krita/ui/kis_3d_object_model.h
-@@ -56,7 +56,9 @@
- void parseMaterial(const QString &fileName);
-
-
-+#ifdef HAVE_OPENGL
- GLuint displayList();
-+#endif
-
- private:
- QString m_fileName;
-@@ -71,7 +73,9 @@
- void debug(Material m);
-
- bool m_cached;
-+#ifdef HAVE_OPENGL
- GLuint m_displayList;
-+#endif
- };
-
- #endif // KIS_3D_OBJECT_MODEL_H