st.c | 1 - x.c | 2 -- diff --git a/st.c b/st.c index cf8687e519209aebe265bf09c3fbc35df5c97501..379dd108678b3c89f166510855ffd7c30d68844b 100644 --- a/st.c +++ b/st.c @@ -2335,7 +2335,6 @@ term.esc |= ESC_STR_END; goto check_control_code; } - if (IS_SET(MODE_SIXEL)) { /* TODO: implement sixel mode */ return; diff --git a/x.c b/x.c index 2cd76d02b8f1531f6ab78eddabc2c53016d50efd..aa86b31ec860664bba40ebcca7c1d7a7cfd13854 100644 --- a/x.c +++ b/x.c @@ -763,7 +763,6 @@ if (!BETWEEN(x, 0, dc.collen)) return 1; - if (!xloadcolor(x, name, &ncolor)) return 1; @@ -1768,7 +1767,6 @@ } } ttywrite(buf, len, 1); } - void cmessage(XEvent *e)