[mutter/wip/cairo: 1/11] theme: Remove unused RECTANGLE code
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/cairo: 1/11] theme: Remove unused RECTANGLE code
- Date: Tue, 24 Apr 2012 21:01:37 +0000 (UTC)
commit 2d0291e7ffad103da3d75c8b39178e161791b358
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Oct 28 14:41:28 2011 -0400
theme: Remove unused RECTANGLE code
https://bugzilla.gnome.org/show_bug.cgi?id=662962
src/ui/theme.c | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index ed474d9..d923fbe 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -3408,20 +3408,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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]