From ddc3b8bb2a19f1c5084520702d0c9639655d0cc9 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 04 Nov 2017 14:29:26 -0400 Subject: src/main.c: Drop -p/--private option --- (limited to 'src') 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", -- cgit v0.9.1