summaryrefslogtreecommitdiff
path: root/gtk/gtkmodulesprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-18 08:31:31 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-02-18 09:41:29 -0500
commita732ebf52170201c50bbc624ddaa867ede8a60b2 (patch)
tree50e7ddda3b694689212019dcab10867de9f09aba /gtk/gtkmodulesprivate.h
parentfef3dfc43e65dbb0e8a7e5d069f61f6022fc699d (diff)
downloadgtk+-a732ebf52170201c50bbc624ddaa867ede8a60b2.tar.gz
Stop using settings for modules
The Wayland backend was already not supporting this setting since it is an XSetting that is not backed by a GSetting. Drop this setting altogether, since we will stop supporting general-purpose modules.
Diffstat (limited to 'gtk/gtkmodulesprivate.h')
-rw-r--r--gtk/gtkmodulesprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkmodulesprivate.h b/gtk/gtkmodulesprivate.h
index 11dbebfd9d..99987bb077 100644
--- a/gtk/gtkmodulesprivate.h
+++ b/gtk/gtkmodulesprivate.h
@@ -36,8 +36,6 @@ gchar ** _gtk_get_module_path (const gchar *type);
void _gtk_modules_init (gint *argc,
gchar ***argv,
const gchar *gtk_modules_args);
-void _gtk_modules_settings_changed (GtkSettings *settings,
- const gchar *modules);
gboolean _gtk_module_has_mixed_deps (GModule *module);