commit 34e5659db8e10e544826098670af047fbf610de4 Author: Hiltjo Posthuma <[email protected]> AuthorDate: Sun Jun 13 23:19:45 2021 +0200 Commit: Hiltjo Posthuma <[email protected]> CommitDate: Sun Jun 13 23:19:45 2021 +0200
remove unused variable
diff --git a/svkbd.c b/svkbd.c
index 1cee3ab..d80103a 100644
--- 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);
