[hackers] [svkbd] remove unused variable || Hiltjo Posthuma
commit 34e5659db8e10e544826098670af047fbf610de4
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Sun Jun 13 23:19:45 2021 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
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
_AT_@ -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);
Received on Sun Jun 13 2021 - 23:19:54 CEST
This archive was generated by hypermail 2.3.0
: Sun Jun 13 2021 - 23:24:31 CEST