forked from AuroraMiddleware/gtk
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:
parent
e026570571
commit
21f0dff4cd
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user