Another compile fix

This commit is contained in:
inmarket 2015-08-16 22:11:19 +10:00
parent af76c04767
commit 8c3c536111

View file

@ -183,8 +183,6 @@ static volatile uint8_t RedrawPending;
void _gwmInit(void)
{
_widgetInFocus = 0;
gfxSemInit(&gwinsem, 1, 1);
gfxQueueASyncInit(&_GWINList);
#if GWIN_NEED_FLASHING