summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Arts <stephan@xfce.org>2009-02-23 09:08:34 +0000
committerStephan Arts <stephan@xfce.org>2009-02-23 09:08:34 +0000
commitc876b9f0c34a156f659499a094e45b9f1541dace (patch)
tree2f0727f8f1c7f9ea0ecedf4f26386221821f03fa
parentd752de1f66819ee74986344e010af1b0746de07d (diff)
downloadxfconf-c876b9f0c34a156f659499a094e45b9f1541dace.tar.gz
Remove unimplemented import and export functions
(Old svn revision: 29541)
-rw-r--r--xfconf-query/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xfconf-query/main.c b/xfconf-query/main.c
index c6a176e..a2b306f 100644
--- a/xfconf-query/main.c
+++ b/xfconf-query/main.c
@@ -231,6 +231,7 @@ static GOptionEntry entries[] =
N_("Force array even if only one element"),
NULL
},
+/*
{ "export", 'x', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_STRING, &export_file,
N_("Export channel to file"),
NULL,
@@ -239,6 +240,7 @@ static GOptionEntry entries[] =
N_("Import channel from file"),
NULL,
},
+*/
{ "monitor", 'm', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &monitor,
N_("Monitor a channel for property changes"),
NULL,