Skip to content

Commit 89611ee

Browse files
committed
Revert "add --select compatibility flag (#3589)"
This reverts commit e21b284. It makes no sense to add a flag which does nothing just so scripts can call it. If Caja, Thunar, Dolphin and Nautilus committed to some standard, interface or common specification, we'd commit as well but in the meantime we're not going to have empty features or flags in here just because they do. This is adding unnecessary complexity into Nemo just to save the trouble of some if() statement in some external script. It's not justified.
1 parent 4389e9d commit 89611ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/nemo-main-application.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ nemo_main_application_local_command_line (GApplication *application,
656656
gboolean kill_shell = FALSE;
657657
gboolean no_default_window = FALSE;
658658
gboolean no_desktop_ignored = FALSE;
659-
gboolean select_ignored = FALSE;
660659
gboolean fix_cache = FALSE;
661660
gboolean debug = FALSE;
662661
gchar **remaining = NULL;
@@ -679,8 +678,6 @@ nemo_main_application_local_command_line (GApplication *application,
679678
{ "no-default-window", 'n', 0, G_OPTION_ARG_NONE, &no_default_window,
680679
N_("Only create windows for explicitly specified URIs."), NULL },
681680
{ "no-desktop", '\0', 0, G_OPTION_ARG_NONE, &no_desktop_ignored,
682-
N_("Ignored argument - left for compatibility only."), NULL },
683-
{ "select", 's', 0, G_OPTION_ARG_NONE, &select_ignored,
684681
N_("Ignored argument - left for compatibility only."), NULL },
685682
{ "tabs", 't', 0, G_OPTION_ARG_NONE, &open_in_tabs,
686683
N_("Open URIs in tabs."), NULL },

0 commit comments

Comments
 (0)