summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-12-30 23:20:13 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-12-30 23:20:13 +0000
commit4fb1045f5a1829d39935b7cd05a2a049aa0d406c (patch)
treef3ccc9d8482fead4e3ad985bc9e14756fa81c699 /tmux.h
parent2b3c2fd8523e94f13d6063abed72bdea8ac8cacb (diff)
Remove some unused defines.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 081212bc..64b66e15 100644
--- a/tmux.h
+++ b/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 **);