diff options
author | Javier Jardón <javierjc1982@gmail.com> | 2009-10-10 16:41:21 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:48:45 +0200 |
commit | 668e9eaabbd17ac613c3ffc8c9f1889f01dd2f87 (patch) | |
tree | 3f5e5628ad49ddc27bf304317c72f9e36cc0c54c /gdk-pixbuf/gdk-pixbuf-animation.c | |
parent | fead8cd49affa9b8c08c8197156fd7e5ffb67937 (diff) | |
download | gtk+-668e9eaabbd17ac613c3ffc8c9f1889f01dd2f87.tar.gz |
Remove deprecated code: GdkPixbufAnimation
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-animation.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c index 28da439d99..6d5e835963 100644 --- a/gdk-pixbuf/gdk-pixbuf-animation.c +++ b/gdk-pixbuf/gdk-pixbuf-animation.c @@ -258,36 +258,6 @@ gdk_pixbuf_animation_new_from_file (const char *filename, #endif /** - * gdk_pixbuf_animation_ref: - * @animation: An animation. - * - * Adds a reference to an animation. - * - * Return value: The same as the @animation argument. - * - * Deprecated: 2.0: Use g_object_ref(). - **/ -GdkPixbufAnimation * -gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation) -{ - return (GdkPixbufAnimation*) g_object_ref (animation); -} - -/** - * gdk_pixbuf_animation_unref: - * @animation: An animation. - * - * Removes a reference from an animation. - * - * Deprecated: 2.0: Use g_object_unref(). - **/ -void -gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation) -{ - g_object_unref (animation); -} - -/** * gdk_pixbuf_animation_is_static_image: * @animation: a #GdkPixbufAnimation * |