From 95d34760e82fa4ce5f13f6d0f25a0a7ce28c2862 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 14 Aug 2015 14:12:51 +0200 Subject: [PATCH] Cleanup --- src/gwin/gwin_widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gwin/gwin_widget.c b/src/gwin/gwin_widget.c index 3ba04bde..1d270a5f 100644 --- a/src/gwin/gwin_widget.c +++ b/src/gwin/gwin_widget.c @@ -98,7 +98,7 @@ static void gwidgetEvent(void *param, GEvent *pe) { uint16_t role; #endif (void) param; -//static GHandle widgetInFocus = 0; + // Process various events switch (pe->type) {