commit be7f436d018a68a62c99f8999ee0ac906076f1a4
parent 726768c44eca96069167971ab470b7039f850b09
Author: phillbush <phillbush@cock.li>
Date: Tue, 28 Sep 2021 22:04:26 -0300
remove unused variables
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/shod.c b/shod.c
@@ -2999,10 +2999,6 @@ deskfocus(struct Desktop *desk, int focus)
{
void tabfocus(struct Tab *t, int gotodesk);
struct Container *c;
- int cursorx, cursory;
- Window da, db; /* dummy variables */
- int dx, dy; /* dummy variables */
- unsigned int du; /* dummy variable */
if (desk == NULL || desk == wm.selmon->seldesk)
return;