[mutter/wip/cb2eb3: 10/55] theme: Remove bogus comment



commit 981c1c2ab5bb896e0e64dd2a2cdcb5086c67c33a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Mar 1 00:49:56 2012 -0500

    theme: Remove bogus comment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662962

 src/ui/theme.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 40911f0..85144ac 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -3686,18 +3686,6 @@ meta_draw_op_list_draw_with_style  (const MetaDrawOpList *op_list,
     return;
   
   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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]