diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-11-10 16:14:19 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-11-10 16:14:19 -0500 |
commit | 12837f690562225d53182bc258043b4f068b345f (patch) | |
tree | 4b2416deffcb56b01283d7c7fa82a1d1f8132492 /gtk | |
parent | b0d1ae4a5c972fcea1462b9067979f202cac8fa3 (diff) | |
download | gtk+-12837f690562225d53182bc258043b4f068b345f.tar.gz |
Drop the last use of GDK_MULTIHEAD_SAFE
This define is not used anymore, this was a leftover.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkicontheme.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index 87cdcf5e84..b9447ba135 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -345,12 +345,10 @@ GdkPixbuf * gtk_icon_info_load_symbolic_for_context_finish (GtkIconInf gboolean *was_symbolic, GError **error); -#ifndef GDK_MULTIHEAD_SAFE GDK_AVAILABLE_IN_ALL gboolean gtk_icon_size_lookup (GtkIconSize size, gint *width, gint *height); -#endif /* GDK_MULTIHEAD_SAFE */ G_END_DECLS |