From 675912671a2a99080acf0a06a26005d1f887ccb6 Mon Sep 17 00:00:00 2001
From: Hans-Christoph Steiner <eighthave@users.sourceforge.net>
Date: Mon, 12 Jan 2009 18:18:27 +0000
Subject: this problem is fixed in 0.42-2, but not using this patch:
 https://sourceforge.net/tracker2/index.php?func=detail&aid=1953853&group_id=55736&atid=478072

svn path=/trunk/; revision=10516
---
 packages/patches/fix_red_rect_on_parent-0.41.4.patch | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 packages/patches/fix_red_rect_on_parent-0.41.4.patch

diff --git a/packages/patches/fix_red_rect_on_parent-0.41.4.patch b/packages/patches/fix_red_rect_on_parent-0.41.4.patch
deleted file mode 100644
index d4354d59..00000000
--- a/packages/patches/fix_red_rect_on_parent-0.41.4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pd2patch-orig/g_graph.c	2008-03-15 01:03:00.000000000 +0100
-+++ pd2patch-leben/g_graph.c	2008-04-29 01:53:17.000000000 +0200
-@@ -43,7 +43,7 @@
-         && pd_checkobject(&y->g_pd))
-     {
-         x->gl_goprect = 1;
--        canvas_drawredrect(x, 1);
-+        if(x->gl_havewindow) canvas_drawredrect(x, 1);
-     }
-     if (glist_isvisible(x))
-         gobj_vis(y, x, 1);
-- 
cgit v1.2.1