mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-22 07:05:21 +00:00
line_as_ansi: remove dead undefs
CHECK_BOOL, CHECK_COLOR and WRITE_COLOR have been removed in
commit 27cd303a05 ("Centralize code to convert to SGR")
This commit is contained in:
parent
62cb035afe
commit
ee39d7ba14
1 changed files with 0 additions and 3 deletions
|
|
@ -259,11 +259,8 @@ line_as_ansi(Line *self, Py_UCS4 *buf, index_type buflen) {
|
|||
previous_width = attrs & WIDTH_MASK;
|
||||
}
|
||||
return i;
|
||||
#undef CHECK_BOOL
|
||||
#undef CHECK_COLOR
|
||||
#undef WRITE_SGR
|
||||
#undef WRITE_CH
|
||||
#undef WRITE_COLOR
|
||||
}
|
||||
|
||||
static PyObject*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue