Removed unused transformation prototypes.

1999-12-02  Federico Mena Quintero  <federico@redhat.com>

	* src/gdk-pixbuf.h: Removed unused transformation prototypes.
This commit is contained in:
Federico Mena Quintero 1999-12-02 20:10:22 +00:00 committed by Arturo Espinosa
parent e026570571
commit 21f0dff4cd
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,7 @@
1999-12-02 Federico Mena Quintero <federico@redhat.com>
* src/gdk-pixbuf.h: Removed unused transformation prototypes.
* src/gdk-pixbuf-util.c: New file with utility and convenience
functions for pixbufs.

View File

@ -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