mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
stylecontext: Remove unused function
This commit is contained in:
parent
598f86eaf3
commit
ba88174614
@ -2701,25 +2701,6 @@ gtk_style_context_get_junction_sides (GtkStyleContext *context)
|
||||
return context->priv->info->junction_sides;
|
||||
}
|
||||
|
||||
GtkCssValue *
|
||||
_gtk_style_context_resolve_color_value (GtkStyleContext *context,
|
||||
GtkCssValue *current,
|
||||
GtkCssDependencies current_deps,
|
||||
GtkCssValue *color,
|
||||
GtkCssDependencies *dependencies)
|
||||
{
|
||||
g_return_val_if_fail (GTK_IS_STYLE_CONTEXT (context), FALSE);
|
||||
g_return_val_if_fail (current != NULL, FALSE);
|
||||
g_return_val_if_fail (color != NULL, FALSE);
|
||||
|
||||
return _gtk_symbolic_color_resolve_full ((GtkSymbolicColor *) color,
|
||||
GTK_STYLE_PROVIDER_PRIVATE (context->priv->cascade),
|
||||
current,
|
||||
current_deps,
|
||||
dependencies);
|
||||
}
|
||||
|
||||
|
||||
gboolean
|
||||
_gtk_style_context_resolve_color (GtkStyleContext *context,
|
||||
GtkSymbolicColor *color,
|
||||
|
@ -49,11 +49,6 @@ gboolean _gtk_style_context_resolve_color (GtkStyleContext
|
||||
GtkSymbolicColor *color,
|
||||
GdkRGBA *result,
|
||||
GtkCssDependencies *dependencies);
|
||||
GtkCssValue * _gtk_style_context_resolve_color_value (GtkStyleContext *context,
|
||||
GtkCssValue *current,
|
||||
GtkCssDependencies current_deps,
|
||||
GtkCssValue *color,
|
||||
GtkCssDependencies *dependencies);
|
||||
void _gtk_style_context_get_cursor_color (GtkStyleContext *context,
|
||||
GdkRGBA *primary_color,
|
||||
GdkRGBA *secondary_color);
|
||||
|
Loading…
Reference in New Issue
Block a user