File tree 2 files changed +1
-24
lines changed
2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -597,19 +597,7 @@ pub mod commands {
597
597
)
598
598
. hide_help ( )
599
599
}
600
- pub fn select_status (
601
- key_config : & SharedKeyConfig ,
602
- ) -> CommandText {
603
- CommandText :: new (
604
- format ! (
605
- "To files [{},{}]" ,
606
- key_config. get_hint( key_config. tab_status) ,
607
- key_config. get_hint( key_config. tab_log) ,
608
- ) ,
609
- "focus/select file tree of staged or unstaged files" ,
610
- CMD_GROUP_GENERAL ,
611
- )
612
- }
600
+
613
601
pub fn abort_merge ( key_config : & SharedKeyConfig ) -> CommandText {
614
602
CommandText :: new (
615
603
format ! (
Original file line number Diff line number Diff line change @@ -632,17 +632,6 @@ impl Component for Status {
632
632
self . visible || force_all,
633
633
) ) ;
634
634
635
- out. push (
636
- CommandInfo :: new (
637
- strings:: commands:: select_status (
638
- & self . key_config ,
639
- ) ,
640
- true ,
641
- ( self . visible && !focus_on_diff) || force_all,
642
- )
643
- . hidden ( ) ,
644
- ) ;
645
-
646
635
self . commands_nav ( out, force_all) ;
647
636
}
648
637
You can’t perform that action at this time.
0 commit comments