From 8f6e3df4ce1b570a9f71ed0383427b85b4378144 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 11 Jul 2017 10:40:05 +0200 Subject: thumbnail: Remove obsolete pixbuf helper https://bugzilla.gnome.org/show_bug.cgi?id=785198 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/2887d75 --- libmate-desktop/mate-desktop-thumbnail.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'libmate-desktop/mate-desktop-thumbnail.h') diff --git a/libmate-desktop/mate-desktop-thumbnail.h b/libmate-desktop/mate-desktop-thumbnail.h index 60bac99..de53611 100644 --- a/libmate-desktop/mate-desktop-thumbnail.h +++ b/libmate-desktop/mate-desktop-thumbnail.h @@ -98,20 +98,6 @@ char * mate_desktop_thumbnail_md5 (const char *uri); char * mate_desktop_thumbnail_path_for_uri (const char *uri, MateDesktopThumbnailSize size); - -/* Pixbuf utils */ - -#ifndef __GTK_DOC_IGNORE__ -#define MATE_DESKTOP_DEPRECATED_IN_1_24_FOR(f) G_DEPRECATED_FOR(f) extern -#else -#define MATE_DESKTOP_DEPRECATED_IN_1_24_FOR(f) extern -#endif - -MATE_DESKTOP_DEPRECATED_IN_1_24_FOR(gdk_pixbuf_scale_simple) -GdkPixbuf *mate_desktop_thumbnail_scale_down_pixbuf (GdkPixbuf *pixbuf, - int dest_width, - int dest_height); - G_END_DECLS #endif /* MATE_DESKTOP_THUMBNAIL_H */ -- cgit v1.2.1