[gnome-desktop] thumbnail: Remove obsolete pixbuf helper



commit 2887d752290762d81b23159143fcdcbbf0e90600
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jul 11 10:40:05 2017 +0200

    thumbnail: Remove obsolete pixbuf helper
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785198

 libgnome-desktop/Makefile.am                    |    1 -
 libgnome-desktop/gnome-desktop-thumbnail.h      |   14 -----
 libgnome-desktop/gnome-thumbnail-pixbuf-utils.c |   65 -----------------------
 3 files changed, 0 insertions(+), 80 deletions(-)
---
diff --git a/libgnome-desktop/Makefile.am b/libgnome-desktop/Makefile.am
index a60aac8..b2b86aa 100644
--- a/libgnome-desktop/Makefile.am
+++ b/libgnome-desktop/Makefile.am
@@ -21,7 +21,6 @@ AM_CFLAGS = $(WARN_CFLAGS)
 
 introspection_sources =                \
        gnome-desktop-thumbnail.c       \
-       gnome-thumbnail-pixbuf-utils.c  \
        gnome-bg.c                      \
        gnome-bg-slide-show.c           \
        gnome-bg-crossfade.c            \
diff --git a/libgnome-desktop/gnome-desktop-thumbnail.h b/libgnome-desktop/gnome-desktop-thumbnail.h
index ba29038..2e88204 100644
--- a/libgnome-desktop/gnome-desktop-thumbnail.h
+++ b/libgnome-desktop/gnome-desktop-thumbnail.h
@@ -100,20 +100,6 @@ char *     gnome_desktop_thumbnail_md5               (const char         *uri);
 char *     gnome_desktop_thumbnail_path_for_uri      (const char         *uri,
                                                      GnomeDesktopThumbnailSize  size);
 
-
-/* Pixbuf utils */
-
-#ifndef __GTK_DOC_IGNORE__
-#define GNOME_DESKTOP_DEPRECATED_IN_3_24_FOR(f) G_DEPRECATED_FOR(f) extern
-#else
-#define GNOME_DESKTOP_DEPRECATED_IN_3_24_FOR(f) extern
-#endif
-
-GNOME_DESKTOP_DEPRECATED_IN_3_24_FOR(gdk_pixbuf_scale_simple)
-GdkPixbuf *gnome_desktop_thumbnail_scale_down_pixbuf (GdkPixbuf          *pixbuf,
-                                                     int                 dest_width,
-                                                     int                 dest_height);
-
 G_END_DECLS
 
 #endif /* GNOME_DESKTOP_THUMBNAIL_H */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]