summaryrefslogtreecommitdiff
path: root/dev-embedded/gpsim/files/gpsim-0.29.0-gui.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded/gpsim/files/gpsim-0.29.0-gui.patch')
-rw-r--r--dev-embedded/gpsim/files/gpsim-0.29.0-gui.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-embedded/gpsim/files/gpsim-0.29.0-gui.patch b/dev-embedded/gpsim/files/gpsim-0.29.0-gui.patch
deleted file mode 100644
index b055e01b0d8c..000000000000
--- a/dev-embedded/gpsim/files/gpsim-0.29.0-gui.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gpsim-0.29.0/modules/logic.cc
-+++ gpsim-0.29.0/modules/logic.cc
-@@ -269,8 +269,10 @@
-
- LogicGate::~LogicGate()
- {
-+#ifdef HAVE_GUI
- if (pixbuf)
- g_object_unref(pixbuf);
-+#endif
- }
-
- //--------------------------------------------------------------