diff options
-rw-r--r-- | src/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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", |