From 62097897be03bb6438e9613635d125afa4c37bd8 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 28 Oct 2011 14:41:28 -0400 Subject: [PATCH] theme: Remove unused RECTANGLE code https://bugzilla.gnome.org/show_bug.cgi?id=662962 --- src/ui/theme.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/ui/theme.c b/src/ui/theme.c index 164b8f68b..53fa2d29f 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -3422,20 +3422,6 @@ draw_op_as_pixbuf (const MetaDrawOp *op, break; case META_DRAW_RECTANGLE: - if (op->data.rectangle.filled) - { - GdkRGBA color; - - meta_color_spec_render (op->data.rectangle.color_spec, - context, - &color); - - pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, - FALSE, - 8, width, height); - - gdk_pixbuf_fill (pixbuf, GDK_COLOR_RGBA (color)); - } break; case META_DRAW_ARC: