summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-04 14:29:26 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-04 14:29:26 (EDT)
commitddc3b8bb2a19f1c5084520702d0c9639655d0cc9 (patch)
tree8b07dc2b5e46f2ba8561f8d2c38134a60139c494 /src/main.c
parentb3efcf0c87d8bbbffb53d2c5ec1cb1756cae011d (diff)
downloadmarquee-ddc3b8bb2a19f1c5084520702d0c9639655d0cc9.zip
marquee-ddc3b8bb2a19f1c5084520702d0c9639655d0cc9.tar.gz
marquee-ddc3b8bb2a19f1c5084520702d0c9639655d0cc9.tar.bz2
src/main.c: Drop -p/--private option
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 43fd3d7..b48886f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -32,7 +32,6 @@
extern const char *PACKAGE_VERSION_GIT;
static const gchar *opt_profile = "default";
-static gboolean opt_private;
static gboolean opt_version;
static const gchar **opt_uris;
@@ -41,10 +40,6 @@ static GOptionEntry entries[] = {
&opt_profile,
"Load configuration and browsing data from PROFILE",
"PROFILE"},
- {"private", 'p', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE,
- &opt_private,
- "Browse privately, without saving browsing data",
- NULL},
{"version", 'V', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE,
&opt_version,
"Show application version",