Introduction
Introduction Statistics Contact Development Disclaimer Help
remove unused variable - svkbd - simple virtual keyboard
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit 34e5659db8e10e544826098670af047fbf610de4
parent 549125161040ca8a43cd4fb7875260e94fe4e2ff
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 13 Jun 2021 23:19:45 +0200
remove unused variable
Diffstat:
M svkbd.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/svkbd.c b/svkbd.c
@@ -307,7 +307,6 @@ void
drawkeyboard(void)
{
int i;
- int row = 0;
drw_setscheme(drw, scheme[SchemeWindow]);
drw_rect(drw, 0, 0, ww, wh, 1, 1);
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.