summaryrefslogtreecommitdiff
path: root/mcs-plugin/xfwm4_plugin.c
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-07-11 19:52:32 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-07-11 19:52:32 +0000
commitd6fb9023b17a470367808479ab450132ad3c04ac (patch)
treebc581d035a5e70e9cf2c2990028b2b9c34d57188 /mcs-plugin/xfwm4_plugin.c
parent787476d27254ec5d9de4c3542fb9da1c728cae89 (diff)
downloadxfwm4-d6fb9023b17a470367808479ab450132ad3c04ac.tar.gz
Cleanup
(Old svn revision: 11870)
Diffstat (limited to 'mcs-plugin/xfwm4_plugin.c')
-rw-r--r--mcs-plugin/xfwm4_plugin.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mcs-plugin/xfwm4_plugin.c b/mcs-plugin/xfwm4_plugin.c
index 840a22ec5..b6d8730f7 100644
--- a/mcs-plugin/xfwm4_plugin.c
+++ b/mcs-plugin/xfwm4_plugin.c
@@ -1895,17 +1895,10 @@ create_channel (McsPlugin * mcs_plugin)
static gboolean
write_options (McsPlugin * mcs_plugin)
{
-#if 0
- const gchar *home = g_get_home_dir ();
-#endif
gchar *rcfile;
gboolean result;
-#if 0
- rcfile = g_strconcat (home, G_DIR_SEPARATOR_S, ".xfce4", G_DIR_SEPARATOR_S, RCDIR, G_DIR_SEPARATOR_S, RCFILE, NULL);
-#else
rcfile = xfce_get_userfile (RCDIR, RCFILE, NULL);
-#endif
result = mcs_manager_save_channel_to_file (mcs_plugin->manager, CHANNEL, rcfile);
g_free (rcfile);