summaryrefslogtreecommitdiff
path: root/libmetacity/meta-draw-op.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-03-01 00:49:56 -0500
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-07-07 14:14:25 +0300
commit23ef79e3f37abc4fb5b82556f25b50a9228beb36 (patch)
tree3d9f293b130fee774b780f133f44e19e188e84fd /libmetacity/meta-draw-op.c
parent0070d6b1ead81639f08548a26e1c683c9dbab881 (diff)
downloadmetacity-23ef79e3f37abc4fb5b82556f25b50a9228beb36.tar.gz
libmetacity: remove bogus comment
https://bugzilla.gnome.org/show_bug.cgi?id=662962
Diffstat (limited to 'libmetacity/meta-draw-op.c')
-rw-r--r--libmetacity/meta-draw-op.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libmetacity/meta-draw-op.c b/libmetacity/meta-draw-op.c
index f8f7d0a5..fdff1626 100644
--- a/libmetacity/meta-draw-op.c
+++ b/libmetacity/meta-draw-op.c
@@ -1288,17 +1288,6 @@ meta_draw_op_list_draw_with_style (const MetaDrawOpList *op_list,
fill_env (&env, info, rect);
- /* FIXME this can be optimized, potentially a lot, by
- * compressing multiple ops when possible. For example,
- * anything convertible to a pixbuf can be composited
- * client-side, and putting a color tint over a pixbuf
- * can be done without creating the solid-color pixbuf.
- *
- * To implement this my plan is to have the idea of a
- * compiled draw op (with the string expressions already
- * evaluated), we make an array of those, and then fold
- * adjacent items when possible.
- */
cairo_save (cr);
for (i = 0; i < op_list->n_ops; i++)