summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-19 00:02:39 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-19 00:02:39 +0000
commit073d4399650b5716806d734d1869c7d52c6f2d61 (patch)
treea0861d425e1776bcc1557cfb8ab89ba9239142b7 /tmux.h
parentf956c17c09160d7c8ab68502d2d5756ff3d0a557 (diff)
parent0406ec0ec29f6dd7b8ea663f50d766bce5904c78 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tmux.h b/tmux.h
index 37befeb8..71074f21 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1520,7 +1520,6 @@ enum options_table_type {
OPTIONS_TABLE_NUMBER,
OPTIONS_TABLE_KEY,
OPTIONS_TABLE_COLOUR,
- OPTIONS_TABLE_ATTRIBUTES,
OPTIONS_TABLE_FLAG,
OPTIONS_TABLE_CHOICE,
OPTIONS_TABLE_STYLE,
@@ -1548,7 +1547,6 @@ struct options_table_entry {
const char **default_arr;
const char *separator;
- const char *style;
const char *pattern;
};
@@ -1725,10 +1723,6 @@ struct options_entry *options_set_style(struct options *, const char *, int,
const char *);
enum options_table_scope options_scope_from_flags(struct args *, int,
struct cmd_find_state *, struct options **, char **);
-void options_style_update_new(struct options *,
- struct options_entry *);
-void options_style_update_old(struct options *,
- struct options_entry *);
/* options-table.c */
extern const struct options_table_entry options_table[];