diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-28 16:09:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-28 16:09:17 +0000 |
commit | 9f7a906801e3ac249695d427f9f536846b6d776a (patch) | |
tree | 210ed252eccf8c0905909e0a1f1ae0b632fa7e79 /gtk/gtkitemfactory.h | |
parent | 03de4627d396d9eec6fa110edb016ee274ac010c (diff) | |
download | gtk+-9f7a906801e3ac249695d427f9f536846b6d776a.tar.gz |
Cleanups
Diffstat (limited to 'gtk/gtkitemfactory.h')
-rw-r--r-- | gtk/gtkitemfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h index 5cae6892a7..f0d1e4fcba 100644 --- a/gtk/gtkitemfactory.h +++ b/gtk/gtkitemfactory.h @@ -38,7 +38,7 @@ G_BEGIN_DECLS typedef gchar * (*GtkTranslateFunc) (const gchar *path, gpointer func_data); -#if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION) +#if !defined (GTK_DISABLE_DEPRECATED) typedef void (*GtkPrintFunc) (gpointer func_data, const gchar *str); @@ -231,7 +231,7 @@ void gtk_item_factory_create_menu_entries (guint n_entries, void gtk_item_factories_path_delete (const gchar *ifactory_path, const gchar *path); -#endif /* !GTK_DISABLE_DEPRECATED || GTK_COMPILATION */ +#endif /* !GTK_DISABLE_DEPRECATED */ G_END_DECLS |