summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2010-08-30 14:57:48 +0300
committerTor Lillqvist <tml@iki.fi>2010-08-30 14:57:48 +0300
commit4491bdbb9d6c74f8cf31e892d8ee6d0728685e85 (patch)
treebc319251e9780c4976564d18c7435658ab3d4221 /gtk/gtkicontheme.h
parent972f617b77dc02ade1295ed729101f77c804e7f8 (diff)
downloadgtk+-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/gtkicontheme.h')
-rw-r--r--gtk/gtkicontheme.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index 6cdd3ca2a9..37f7d89ba7 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -103,15 +103,6 @@ typedef enum {
GQuark gtk_icon_theme_error_quark (void);
-#ifdef G_OS_WIN32
-/* Reserve old name for DLL ABI backward compatibility */
-#define gtk_icon_theme_set_search_path gtk_icon_theme_set_search_path_utf8
-#define gtk_icon_theme_get_search_path gtk_icon_theme_get_search_path_utf8
-#define gtk_icon_theme_append_search_path gtk_icon_theme_append_search_path_utf8
-#define gtk_icon_theme_prepend_search_path gtk_icon_theme_prepend_search_path_utf8
-#define gtk_icon_info_get_filename gtk_icon_info_get_filename_utf8
-#endif
-
GType gtk_icon_theme_get_type (void) G_GNUC_CONST;
GtkIconTheme *gtk_icon_theme_new (void);