mirror of
https://github.com/tmux/tmux.git
synced 2024-12-25 02:48:47 +00:00
remove externs with no matching var; ok nicm@
This commit is contained in:
parent
d39dcea30a
commit
da06719309
2
cmd.c
2
cmd.c
@ -48,7 +48,6 @@ extern const struct cmd_entry cmd_display_menu_entry;
|
|||||||
extern const struct cmd_entry cmd_display_message_entry;
|
extern const struct cmd_entry cmd_display_message_entry;
|
||||||
extern const struct cmd_entry cmd_display_popup_entry;
|
extern const struct cmd_entry cmd_display_popup_entry;
|
||||||
extern const struct cmd_entry cmd_display_panes_entry;
|
extern const struct cmd_entry cmd_display_panes_entry;
|
||||||
extern const struct cmd_entry cmd_down_pane_entry;
|
|
||||||
extern const struct cmd_entry cmd_find_window_entry;
|
extern const struct cmd_entry cmd_find_window_entry;
|
||||||
extern const struct cmd_entry cmd_has_session_entry;
|
extern const struct cmd_entry cmd_has_session_entry;
|
||||||
extern const struct cmd_entry cmd_if_shell_entry;
|
extern const struct cmd_entry cmd_if_shell_entry;
|
||||||
@ -118,7 +117,6 @@ extern const struct cmd_entry cmd_swap_window_entry;
|
|||||||
extern const struct cmd_entry cmd_switch_client_entry;
|
extern const struct cmd_entry cmd_switch_client_entry;
|
||||||
extern const struct cmd_entry cmd_unbind_key_entry;
|
extern const struct cmd_entry cmd_unbind_key_entry;
|
||||||
extern const struct cmd_entry cmd_unlink_window_entry;
|
extern const struct cmd_entry cmd_unlink_window_entry;
|
||||||
extern const struct cmd_entry cmd_up_pane_entry;
|
|
||||||
extern const struct cmd_entry cmd_wait_for_entry;
|
extern const struct cmd_entry cmd_wait_for_entry;
|
||||||
|
|
||||||
const struct cmd_entry *cmd_table[] = {
|
const struct cmd_entry *cmd_table[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user