diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-04 14:29:26 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-04 14:29:26 (EDT) |
commit | ddc3b8bb2a19f1c5084520702d0c9639655d0cc9 (patch) | |
tree | 8b07dc2b5e46f2ba8561f8d2c38134a60139c494 /src | |
parent | b3efcf0c87d8bbbffb53d2c5ec1cb1756cae011d (diff) | |
download | marquee-ddc3b8bb2a19f1c5084520702d0c9639655d0cc9.zip marquee-ddc3b8bb2a19f1c5084520702d0c9639655d0cc9.tar.gz marquee-ddc3b8bb2a19f1c5084520702d0c9639655d0cc9.tar.bz2 |
src/main.c: Drop -p/--private option
Diffstat (limited to 'src')
-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", |