diff options
author | mvdan@mvdan.cc <mvdan@mvdan.cc> | 2015-04-22 15:08:06 +0200 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2015-04-27 10:10:30 +0200 |
commit | 190b94c7a2a7bb2f5d55cbb6eb1779fd042c6467 (patch) | |
tree | 7b5d8d84531f393f77a0a66042cc175a7135d843 /st.c | |
parent | 4f21c41a1c19f769a2bf7941ee18fa0606266cca (diff) |
len assignment is never used
Signed-off-by: Daniel Martà <mvdan@mvdan.cc>
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -860,7 +860,6 @@ mousereport(XEvent *e) { + ((state & ControlMask) ? 16 : 0); } - len = 0; if(IS_SET(MODE_MOUSESGR)) { len = snprintf(buf, sizeof(buf), "\033[<%d;%d;%d%c", button, x+1, y+1, |