diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-01-28 12:16:26 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-01-28 12:16:26 +0000 |
commit | bcfafb624a540acba1d6a2afdb686dc7be632aff (patch) | |
tree | d880a79aa42b1267b1960873389f258a2209719f /gdk/gdkpixmap.h | |
parent | 7a9ae74571aeb577e710cf0a8d93026dcf924031 (diff) | |
download | gtk+-bcfafb624a540acba1d6a2afdb686dc7be632aff.tar.gz |
gdk/gdkwindow.h Remove prototypes for renamed functions.
2000-01-29 Tor Lillqvist <tml@iki.fi>
* gdk/gdkwindow.h
* gdk/gdkpixmap.h: Remove prototypes for renamed functions.
Diffstat (limited to 'gdk/gdkpixmap.h')
-rw-r--r-- | gdk/gdkpixmap.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/gdkpixmap.h b/gdk/gdkpixmap.h index cbd276268a..f4807be10f 100644 --- a/gdk/gdkpixmap.h +++ b/gdk/gdkpixmap.h @@ -53,12 +53,6 @@ GdkPixmap* gdk_pixmap_colormap_create_from_xpm_d GdkBitmap **mask, GdkColor *transparent_color, gchar **data); -GdkPixmap *gdk_pixmap_ref (GdkPixmap *pixmap); -void gdk_pixmap_unref (GdkPixmap *pixmap); - -GdkBitmap *gdk_bitmap_ref (GdkBitmap *pixmap); -void gdk_bitmap_unref (GdkBitmap *pixmap); - #ifdef __cplusplus } |