diff options
author | Tor Lillqvist <tml@iki.fi> | 2010-08-30 14:57:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2010-08-30 14:57:48 +0300 |
commit | 4491bdbb9d6c74f8cf31e892d8ee6d0728685e85 (patch) | |
tree | bc319251e9780c4976564d18c7435658ab3d4221 /gtk/gtkimage.h | |
parent | 972f617b77dc02ade1295ed729101f77c804e7f8 (diff) | |
download | gtk+-4491bdbb9d6c74f8cf31e892d8ee6d0728685e85.tar.gz |
Drop Win32 DLL ABI compatibility cruft
No need for that any longer as we are changing DLL name.
Diffstat (limited to 'gtk/gtkimage.h')
-rw-r--r-- | gtk/gtkimage.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkimage.h b/gtk/gtkimage.h index 9085fcb25e..1869c3eb21 100644 --- a/gtk/gtkimage.h +++ b/gtk/gtkimage.h @@ -159,12 +159,6 @@ struct _GtkImageClass void (*_gtk_reserved4) (void); }; -#ifdef G_OS_WIN32 -/* Reserve old names for DLL ABI backward compatibility */ -#define gtk_image_new_from_file gtk_image_new_from_file_utf8 -#define gtk_image_set_from_file gtk_image_set_from_file_utf8 -#endif - GType gtk_image_get_type (void) G_GNUC_CONST; GtkWidget* gtk_image_new (void); |