aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin_wm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gwin/gwin_wm.c b/src/gwin/gwin_wm.c
index 41fc385d..ef7333fa 100644
--- a/src/gwin/gwin_wm.c
+++ b/src/gwin/gwin_wm.c
@@ -183,8 +183,6 @@ static volatile uint8_t RedrawPending;
void _gwmInit(void)
{
- _widgetInFocus = 0;
-
gfxSemInit(&gwinsem, 1, 1);
gfxQueueASyncInit(&_GWINList);
#if GWIN_NEED_FLASHING