rm unused variables - svkbd - simple virtual keyboard | |
git clone git://git.suckless.org/svkbd | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c91cf4a12a2326e9ab154c4ed48446b33e880ecc | |
parent 1cc5f87511f3dbee3c18a85157e761aec7908f04 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 28 Mar 2021 15:12:30 +0200 | |
rm unused variables | |
Diffstat: | |
M svkbd.c | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/svkbd.c b/svkbd.c | |
@@ -309,7 +309,6 @@ void | |
drawkey(Key *k) | |
{ | |
int x, y, w, h; | |
- int x2, y2, w2, h2; | |
const char *l; | |
int use_scheme = SchemeNorm; |