aboutsummaryrefslogtreecommitdiff
path: root/audio/swami/files/patch-src::gui::main.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/swami/files/patch-src::gui::main.c')
-rw-r--r--audio/swami/files/patch-src::gui::main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/swami/files/patch-src::gui::main.c b/audio/swami/files/patch-src::gui::main.c
deleted file mode 100644
index 251043185548..000000000000
--- a/audio/swami/files/patch-src::gui::main.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/gui/main.c.orig Fri Jun 25 17:40:49 2004
-+++ src/gui/main.c Fri Jun 25 17:41:12 2004
-@@ -119,6 +119,9 @@
-
- poptFreeContext (popt_ctx);
-
-+ /* keep sound alive */
-+ gtk_timeout_add(10, gtk_true, NULL);
-+
- gdk_threads_enter ();
- gtk_main (); /* kick it in the main GTK loop */
- gdk_threads_leave ();