summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleprovider.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkstyleprovider.c')
-rw-r--r--gtk/gtkstyleprovider.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/gtk/gtkstyleprovider.c b/gtk/gtkstyleprovider.c
index f9f530c45a..19fb2c08ad 100644
--- a/gtk/gtkstyleprovider.c
+++ b/gtk/gtkstyleprovider.c
@@ -58,26 +58,6 @@ gtk_style_provider_default_init (GtkStyleProviderInterface *iface)
}
-GtkCssValue *
-gtk_style_provider_get_color (GtkStyleProvider *provider,
- const char *name)
-{
- GtkStyleProviderInterface *iface;
-
- /* for compat with gtk_symbolic_color_resolve() */
- if (provider == NULL)
- return NULL;
-
- gtk_internal_return_val_if_fail (GTK_IS_STYLE_PROVIDER (provider), NULL);
-
- iface = GTK_STYLE_PROVIDER_GET_INTERFACE (provider);
-
- if (!iface->get_color)
- return NULL;
-
- return iface->get_color (provider, name);
-}
-
GtkCssKeyframes *
gtk_style_provider_get_keyframes (GtkStyleProvider *provider,
const char *name)