aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-21 20:01:22 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-21 20:01:22 +0100
commit921991c98d6fd596c958b07b5f5aba7c434e8f9f (patch)
tree42f00694a9edf1793209be4842987379d0171542 /tmux.h
parent4d3367e9657002c4b68867c8d58e2f5b7ae90612 (diff)
parent63b6eec27889e4c38b4a051a1bb3463f153cc2c8 (diff)
downloadrtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.tar.gz
rtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.tar.bz2
rtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 2627411f..934f8035 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1418,7 +1418,6 @@ enum cmd_retval {
/* Command parse result. */
enum cmd_parse_status {
- CMD_PARSE_EMPTY,
CMD_PARSE_ERROR,
CMD_PARSE_SUCCESS
};