summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
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",