diff options
| author | Rami Ylimäki | 2017-02-18 12:56:12 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-02-18 12:56:12 +0200 |
| commit | 464a51ed46990554bed8a9443168c976d6c3c6d3 (patch) | |
| tree | bc9509af8fb2f427ccdbb9f5357134feea23bc77 /src/termchar.h | |
| parent | 723dd50a9fea03ca54692e5cb50ca2907b4c66f5 (diff) | |
| download | emacs-464a51ed46990554bed8a9443168c976d6c3c6d3.tar.gz emacs-464a51ed46990554bed8a9443168c976d6c3c6d3.zip | |
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.h | 4 |
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 | |||
| 149 | 149 | ||
| 150 | int TN_max_colors; /* "Co" -- number of colors. */ | 150 | int TN_max_colors; /* "Co" -- number of colors. */ |
| 151 | 151 | ||
| 152 | /* "pa" -- max. number of color pairs on screen. Not handled yet. | ||
| 153 | Could be a problem if not equal to TN_max_colors * TN_max_colors. */ | ||
| 154 | int TN_max_pairs; | ||
| 155 | |||
| 156 | /* "op" -- SVr4 set default pair to its original value. */ | 152 | /* "op" -- SVr4 set default pair to its original value. */ |
| 157 | const char *TS_orig_pair; | 153 | const char *TS_orig_pair; |
| 158 | 154 | ||