From 21f0dff4cd4b2ffd5a23989129753c9a484ba92b Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 2 Dec 1999 20:10:22 +0000 Subject: [PATCH] Removed unused transformation prototypes. 1999-12-02 Federico Mena Quintero * src/gdk-pixbuf.h: Removed unused transformation prototypes. --- gdk-pixbuf/ChangeLog | 2 ++ gdk-pixbuf/gdk-pixbuf.h | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 185d306464..935d7bb2c4 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,7 @@ 1999-12-02 Federico Mena Quintero + * src/gdk-pixbuf.h: Removed unused transformation prototypes. + * src/gdk-pixbuf-util.c: New file with utility and convenience functions for pixbufs. diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h index b40086d4b9..8712ef477e 100644 --- a/gdk-pixbuf/gdk-pixbuf.h +++ b/gdk-pixbuf/gdk-pixbuf.h @@ -118,12 +118,6 @@ void gdk_pixbuf_render_to_drawable_alpha (GdkPixbuf *pixbuf, GdkDrawable *drawab GdkRgbDither dither, int x_dither, int y_dither); -/* Transformations */ -#if 0 -GdkPixbuf *gdk_pixbuf_scale (const GdkPixbuf *pixbuf, gint w, gint h); -GdkPixbuf *gdk_pixbuf_rotate (GdkPixbuf *pixbuf, gdouble angle); -#endif - #ifdef __cplusplus