aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-08-16 22:11:19 +1000
committerinmarket <andrewh@inmarket.com.au>2015-08-16 22:11:19 +1000
commit8c3c536111325eecdab186b54365930e50057530 (patch)
tree135629b55e5a1c17da3e68cd54ba38a7dbf567bc /src
parentaf76c04767f3e5d1cc6f39ba907a7d4afdb43200 (diff)
downloaduGFX-8c3c536111325eecdab186b54365930e50057530.tar.gz
uGFX-8c3c536111325eecdab186b54365930e50057530.tar.bz2
uGFX-8c3c536111325eecdab186b54365930e50057530.zip
Another compile fix
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