Drop the last use of GDK_MULTIHEAD_SAFE

This define is not used anymore, this was a leftover.
This commit is contained in:
Matthias Clasen 2017-11-10 16:14:19 -05:00
parent b0d1ae4a5c
commit 12837f6905

View File

@ -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