Introduction
Introduction Statistics Contact Development Disclaimer Help
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;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.