diff options
author | Benjamin Otte <otte@redhat.com> | 2012-04-04 18:55:51 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-04-17 08:59:19 +0200 |
commit | 04c5fdaca675e324ca3c5fab0c4fac4b579d0d41 (patch) | |
tree | fc54880e3b04cfd48d5b5abc81cf36f490a08b43 /gtk/gtkstylecontextprivate.h | |
parent | dcd54e20d14be57a9d080e87a47bbef8d2271c05 (diff) | |
download | gtk+-04c5fdaca675e324ca3c5fab0c4fac4b579d0d41.tar.gz |
css: Remove old animation code
Deprecate public API where appropriate and make it no-ops.
Remove all calls to it.
Get rid of the 'transition' css property.
For now, this means spinners don't animate anymore.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index 9feaf78fb3..43566c92a8 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -39,9 +39,6 @@ void _gtk_style_context_validate (GtkStyleContext *c GtkCssChange change); void _gtk_style_context_queue_invalidate (GtkStyleContext *context, GtkCssChange change); -void _gtk_style_context_invalidate_animation_areas (GtkStyleContext *context); -void _gtk_style_context_coalesce_animation_areas (GtkStyleContext *context, - GtkWidget *widget); gboolean _gtk_style_context_check_region_name (const gchar *str); gboolean _gtk_style_context_resolve_color (GtkStyleContext *context, |