mirror of
https://github.com/tmux/tmux.git
synced 2024-11-10 13:48:48 +00:00
Remove some unused defines.
This commit is contained in:
parent
2b3c2fd852
commit
4fb1045f5a
@ -40,7 +40,7 @@ struct cmd_capture_pane_data {
|
||||
|
||||
const struct cmd_entry cmd_capture_pane_entry = {
|
||||
"capture-pane", "capturep",
|
||||
CMD_BUFFER_PANE_USAGE,
|
||||
"[-b buffer-index] [-t target-pane]",
|
||||
0, "",
|
||||
cmd_capture_pane_init,
|
||||
cmd_capture_pane_parse,
|
||||
|
3
tmux.h
3
tmux.h
@ -1599,9 +1599,6 @@ void cmd_srcdst_init(struct cmd *, int);
|
||||
int cmd_srcdst_parse(struct cmd *, int, char **, char **);
|
||||
void cmd_srcdst_free(struct cmd *);
|
||||
size_t cmd_srcdst_print(struct cmd *, char *, size_t);
|
||||
#define CMD_BUFFER_PANE_USAGE "[-b buffer-index] [-t target-pane]"
|
||||
#define CMD_BUFFER_WINDOW_USAGE "[-b buffer-index] [-t target-window]"
|
||||
#define CMD_BUFFER_CLIENT_USAGE "[-b buffer-index] [-t target-client]"
|
||||
#define CMD_BUFFER_USAGE "[-b buffer-index]"
|
||||
void cmd_buffer_init(struct cmd *, int);
|
||||
int cmd_buffer_parse(struct cmd *, int, char **, char **);
|
||||
|
Loading…
Reference in New Issue
Block a user