aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-10 20:53:54 +0000
committernicm <nicm>2020-04-10 20:53:54 +0000
commit1c433f135436664e3a369edbc43cb5cd057a8ae4 (patch)
treee38dc900682466bd5530c753e6a253d9bbd1023e /tmux.h
parentc0602f357d7b48ab830f93b446cb1830c5df7a0f (diff)
downloadrtmux-1c433f135436664e3a369edbc43cb5cd057a8ae4.tar.gz
rtmux-1c433f135436664e3a369edbc43cb5cd057a8ae4.tar.bz2
rtmux-1c433f135436664e3a369edbc43cb5cd057a8ae4.zip
Remove unused define, also a man fix from jmc.
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 5cc192fe..8f8640bf 100644
--- a/tmux.h
+++ b/tmux.h
@@ -843,7 +843,6 @@ struct window_mode {
void (*formats)(struct window_mode_entry *,
struct format_tree *);
};
-#define WINDOW_MODE_TIMEOUT 180
/* Active window mode. */
struct window_mode_entry {