summaryrefslogtreecommitdiff
path: root/src/termchar.h
diff options
context:
space:
mode:
authorRami Ylimäki <rami.ylimaki@vincit.fi>2017-02-18 12:56:12 +0200
committerEli Zaretskii <eliz@gnu.org>2017-02-18 12:56:12 +0200
commit464a51ed46990554bed8a9443168c976d6c3c6d3 (patch)
treebc9509af8fb2f427ccdbb9f5357134feea23bc77 /src/termchar.h
parent723dd50a9fea03ca54692e5cb50ca2907b4c66f5 (diff)
downloademacs-464a51ed46990554bed8a9443168c976d6c3c6d3.tar.gz
Remove unused TN_max_pairs field
* src/termchar.h (tty_display_info): Remove TN_max_pairs field, describing maximum number of terminal background/foreground color pairs. * src/term.c (tty_default_color_capabilities, tty_setup_colors) (init_tty): Remove references to TN_max_pairs.
Diffstat (limited to 'src/termchar.h')
-rw-r--r--src/termchar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/termchar.h b/src/termchar.h
index e6e483e5717..cf061a97806 100644
--- a/src/termchar.h
+++ b/src/termchar.h
@@ -149,10 +149,6 @@ struct tty_display_info
int TN_max_colors; /* "Co" -- number of colors. */
- /* "pa" -- max. number of color pairs on screen. Not handled yet.
- Could be a problem if not equal to TN_max_colors * TN_max_colors. */
- int TN_max_pairs;
-
/* "op" -- SVr4 set default pair to its original value. */
const char *TS_orig_pair;