text: Take out a nonsense fallback

Invisible text is the best surprise for an update!

https://bugzilla.gnome.org/show_bug.cgi?id=659069
This commit is contained in:
Jasper St. Pierre 2011-09-14 12:01:48 -04:00
parent 7a7a4f6441
commit 1883ee13f9

View File

@ -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;