summaryrefslogtreecommitdiff
path: root/gdk/gdkpixbuf.h
diff options
context:
space:
mode:
authorJavier Jardón <javierjc1982@gmail.com>2009-10-09 15:22:00 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:45:00 +0200
commit92e5d321d66c77508227ad0ac71b20aa34a8b0bc (patch)
tree94382c4f9af4880198c9725c88d0fe7eaf14ad0a /gdk/gdkpixbuf.h
parent3d4c43465932742a74c500c7f5e1ba70741b9838 (diff)
downloadgtk+-92e5d321d66c77508227ad0ac71b20aa34a8b0bc.tar.gz
Remove deprecated code from GdkPixbuf
Diffstat (limited to 'gdk/gdkpixbuf.h')
-rw-r--r--gdk/gdkpixbuf.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/gdk/gdkpixbuf.h b/gdk/gdkpixbuf.h
index e6cd09a36e..8beb2eba42 100644
--- a/gdk/gdkpixbuf.h
+++ b/gdk/gdkpixbuf.h
@@ -49,33 +49,6 @@ void gdk_pixbuf_render_threshold_alpha (GdkPixbuf *pixbuf,
int width,
int height,
int alpha_threshold);
-#ifndef GDK_DISABLE_DEPRECATED
-void gdk_pixbuf_render_to_drawable (GdkPixbuf *pixbuf,
- GdkDrawable *drawable,
- GdkGC *gc,
- int src_x,
- int src_y,
- int dest_x,
- int dest_y,
- int width,
- int height,
- GdkRgbDither dither,
- int x_dither,
- int y_dither);
-void gdk_pixbuf_render_to_drawable_alpha (GdkPixbuf *pixbuf,
- GdkDrawable *drawable,
- int src_x,
- int src_y,
- int dest_x,
- int dest_y,
- int width,
- int height,
- GdkPixbufAlphaMode alpha_mode,
- int alpha_threshold,
- GdkRgbDither dither,
- int x_dither,
- int y_dither);
-#endif /* GDK_DISABLE_DEPRECATED */
void gdk_pixbuf_render_pixmap_and_mask_for_colormap (GdkPixbuf *pixbuf,
GdkColormap *colormap,
GdkPixmap **pixmap_return,