Drop GDK_MULTIHEAD_SAFE

We don't support multiple screens anymore, so there is no need
for marking API as multihead safe any longer.
This commit is contained in:
Matthias Clasen
2014-06-11 21:55:15 -04:00
parent 41fd2ae898
commit 5334fb8921
18 changed files with 2 additions and 71 deletions

View File

@ -87,10 +87,8 @@ struct _GtkSettingsValue
/* --- functions --- */
GDK_AVAILABLE_IN_ALL
GType gtk_settings_get_type (void) G_GNUC_CONST;
#ifndef GDK_MULTIHEAD_SAFE
GDK_AVAILABLE_IN_ALL
GtkSettings* gtk_settings_get_default (void);
#endif
GDK_AVAILABLE_IN_ALL
GtkSettings* gtk_settings_get_for_screen (GdkScreen *screen);