From 8c3c536111325eecdab186b54365930e50057530 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 16 Aug 2015 22:11:19 +1000 Subject: [PATCH] Another compile fix --- src/gwin/gwin_wm.c | 2 -- 1 file changed, 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