summaryrefslogtreecommitdiff
path: root/mate-settings-daemon/mate-settings-manager.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-10 00:05:44 +0300
committermonsta <[email protected]>2016-01-10 00:05:44 +0300
commit92cb081237587f51d75acd74c44df64b773f097d (patch)
tree252894a168d0830f8e55e692a5c9289bfb3069c1 /mate-settings-daemon/mate-settings-manager.c
parent98ff8c90aa82ad2840a4523e453e7fb1bad30496 (diff)
downloadmate-settings-daemon-92cb081237587f51d75acd74c44df64b773f097d.tar.bz2
mate-settings-daemon-92cb081237587f51d75acd74c44df64b773f097d.tar.xz
daemon: drop code for (non-existing) Python support
taken from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=0d6b1638a73498480bee72e44841e3d9e87a8091 https://git.gnome.org/browse/gnome-settings-daemon/commit?id=1d09b3b42cbc37ca67f3c11de8ccc8626f33de9a
Diffstat (limited to 'mate-settings-daemon/mate-settings-manager.c')
-rw-r--r--mate-settings-daemon/mate-settings-manager.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/mate-settings-daemon/mate-settings-manager.c b/mate-settings-daemon/mate-settings-manager.c
index 5f15fc2..0c2258d 100644
--- a/mate-settings-daemon/mate-settings-manager.c
+++ b/mate-settings-daemon/mate-settings-manager.c
@@ -353,15 +353,6 @@ mate_settings_manager_stop (MateSettingsManager *manager)
{
g_debug ("Stopping settings manager");
-#ifdef ENABLE_PYTHON
- /* Note: that this may cause finalization of objects by
- * running the garbage collector. Since some of the plugin may
- * have installed callbacks upon object finalization it must
- * run before we get rid of the plugins.
- */
- mate_settings_python_shutdown ();
-#endif
-
_unload_all (manager);
}