summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_appexecute.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_appexecute.rs')
-rw-r--r--src/key_command/impl_appexecute.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/key_command/impl_appexecute.rs b/src/key_command/impl_appexecute.rs
index 86200da..b4033c2 100644
--- a/src/key_command/impl_appexecute.rs
+++ b/src/key_command/impl_appexecute.rs
@@ -155,9 +155,6 @@ impl AppExecute for Command {
Self::ToggleHiddenFiles => show_hidden::toggle_hidden(context),
- Self::SetTabBarDisplayMode(mode) => {
- tab_bar_mode::set_tab_bar_display_mode(context, mode)
- }
Self::TabSwitch { offset } => {
tab_ops::tab_switch(context, *offset).map_err(|e| e.into())
}