diff options
Diffstat (limited to 'libmate-desktop/mate-desktop-thumbnail.h')
-rw-r--r-- | libmate-desktop/mate-desktop-thumbnail.h | 14 |
1 files changed, 0 insertions, 14 deletions
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 */ |