remove unused variable

This commit is contained in:
Hiltjo Posthuma 2021-06-13 23:19:45 +02:00
parent 5491251610
commit 34e5659db8
1 changed files with 0 additions and 1 deletions

View File

@ -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);