diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-11-19 12:27:57 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-11-19 12:28:52 -0500 |
commit | c9c391bd55c23b1b3733ebe88be5db5a1a1b819d (patch) | |
tree | ffeef7b24d59b92241d6bcc3d0bfed26beddc09b /gtk/gtkmain.h | |
parent | c418ce0365c295f4031c02d0da459ebf57d5f520 (diff) | |
download | gtk+-c9c391bd55c23b1b3733ebe88be5db5a1a1b819d.tar.gz |
Drop macro wrappers for get_version functions
These are not really useful, and were added long ago
as a clutch for transitioning to the new names.
Diffstat (limited to 'gtk/gtkmain.h')
-rw-r--r-- | gtk/gtkmain.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h index 47de9b6756..3dfcc6c12e 100644 --- a/gtk/gtkmain.h +++ b/gtk/gtkmain.h @@ -63,12 +63,6 @@ guint gtk_get_binary_age (void) G_GNUC_CONST; GDK_AVAILABLE_IN_ALL guint gtk_get_interface_age (void) G_GNUC_CONST; -#define gtk_major_version gtk_get_major_version () -#define gtk_minor_version gtk_get_minor_version () -#define gtk_micro_version gtk_get_micro_version () -#define gtk_binary_age gtk_get_binary_age () -#define gtk_interface_age gtk_get_interface_age () - GDK_AVAILABLE_IN_ALL const gchar* gtk_check_version (guint required_major, guint required_minor, |