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 /tests | |
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 'tests')
-rw-r--r-- | tests/styleexamples.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/styleexamples.c b/tests/styleexamples.c index e583ce8aea..b3169f4e9c 100644 --- a/tests/styleexamples.c +++ b/tests/styleexamples.c @@ -151,12 +151,6 @@ draw_cb_activity (GtkWidget *widget, cairo_t *cr) GtkWidgetPath *path; context = gtk_widget_get_style_context (widget); - gtk_style_context_notify_state_change (context, - gtk_widget_get_window (widget), - NULL, - GTK_STATE_FLAG_ACTIVE, - TRUE); - gtk_style_context_save (context); path = gtk_widget_path_new (); |