From 1883ee13f986f6828f7a4d9bc6f867cce718caa4 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 14 Sep 2011 12:01:48 -0400 Subject: [PATCH] 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 file changed, 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; -- 2.7.4