summaryrefslogtreecommitdiffstats
path: root/games/monkeybubble/files/patch-src::ui::ui-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/monkeybubble/files/patch-src::ui::ui-main.c')
-rw-r--r--games/monkeybubble/files/patch-src::ui::ui-main.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/games/monkeybubble/files/patch-src::ui::ui-main.c b/games/monkeybubble/files/patch-src::ui::ui-main.c
deleted file mode 100644
index 76fd96dd6..000000000
--- a/games/monkeybubble/files/patch-src::ui::ui-main.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/ui/ui-main.c.orig Fri Jan 16 20:28:27 2004
-+++ src/ui/ui-main.c Fri Jan 16 20:28:45 2004
-@@ -587,6 +587,7 @@
- const char *message_format, ...) {
- char *message;
- va_list args;
-+ GtkWidget *dialog;
-
- if (message_format) {
- va_start (args, message_format);
-@@ -596,7 +597,6 @@
- message = NULL;
- }
-
-- GtkWidget *dialog;
- dialog = gtk_message_dialog_new (transient_parent,
- GTK_DIALOG_DESTROY_WITH_PARENT,
- GTK_MESSAGE_ERROR,