diff options
-rw-r--r-- | packages/patches/disable_close_confirm-0.39.2.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/patches/disable_close_confirm-0.39.2.patch b/packages/patches/disable_close_confirm-0.39.2.patch deleted file mode 100644 index 1b954322..00000000 --- a/packages/patches/disable_close_confirm-0.39.2.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: g_editor.c -=================================================================== -RCS file: /cvsroot/pure-data/pd/src/g_editor.c,v -retrieving revision 1.13 -diff -u -w -r1.13 g_editor.c ---- g_editor.c 15 Sep 2005 03:17:27 -0000 1.13 -+++ g_editor.c 28 Apr 2006 22:40:57 -0000 -@@ -1688,9 +1688,10 @@ - } - else - { -- sys_vgui( --"pdtk_check {Close this window??} {.x%lx menuclose 1;\n} yes\n", -- x); -+/* sys_vgui( */ -+/* "pdtk_check {Close this window??} {.x%lx menuclose 1;\n} yes\n", */ -+/* x); */ -+ pd_free(&x->gl_pd); - } - } - else if (force == 1) |