color-editor: don't call gtk_color_swatch_set_corner_radii()

It's going away.
This commit is contained in:
Cosimo Cecchi 2012-02-08 17:35:59 -05:00 committed by Matthias Clasen
parent a9c2a586b1
commit 73944c6e81

View File

@ -406,7 +406,6 @@ gtk_color_editor_init (GtkColorEditor *editor)
/* Construct the main UI */
editor->priv->swatch = swatch = gtk_color_swatch_new ();
gtk_widget_set_sensitive (swatch, FALSE);
gtk_color_swatch_set_corner_radii (GTK_COLOR_SWATCH (swatch), 2, 2, 2, 2);
editor->priv->entry = entry = gtk_entry_new ();
g_signal_connect (entry, "activate", G_CALLBACK (entry_apply), editor);