summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkimage.h')
-rw-r--r--gtk/gtkimage.h6
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);