[clutter] text: Take out a nonsense fallback



commit 1883ee13f986f6828f7a4d9bc6f867cce718caa4
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 14 12:01:48 2011 -0400

    text: Take out a nonsense fallback
    
    Invisible text is the best surprise for an update!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659069

 clutter/clutter-text.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c
index 8d39f38..0eef0f2 100644
--- a/clutter/clutter-text.c
+++ b/clutter/clutter-text.c
@@ -1641,10 +1641,6 @@ selection_paint (ClutterText *self)
 
           if (priv->selected_text_color_set)
             color = &priv->selected_text_color;
-          else if (priv->selection_color_set)
-            color = &priv->selection_color;
-          else if (priv->cursor_color_set)
-            color = &priv->cursor_color;
           else
             color = &priv->text_color;
 



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