Deleted: trunk/dports/irc/quassel/files/patch-render.diff (149653 => 149654)
--- trunk/dports/irc/quassel/files/patch-render.diff 2016-06-28 19:38:13 UTC (rev 149653)
+++ trunk/dports/irc/quassel/files/patch-render.diff 2016-06-28 19:38:37 UTC (rev 149654)
@@ -1,11 +0,0 @@
---- src/common/main.cpp.orig 2014-10-13 22:38:26.000000000 +0200
-+++ src/common/main.cpp 2014-10-13 22:38:40.000000000 +0200
-@@ -59,7 +59,7 @@
-
- // on OSX with Qt4, raster seems to fix performance issues
- #if QT_VERSION < 0x050000 && defined Q_OS_MAC && !defined BUILD_CORE
-- QApplication::setGraphicsSystem("raster");
-+ QApplication::setGraphicsSystem("native");
- #endif
-
- // We need to explicitly initialize the required resources when linking statically