Comment out SDL2STUB from Impl_SetWindowIcon

This commit is contained in:
Monster Iestyn 2016-11-21 20:59:44 +00:00
parent 168f8d5c5e
commit 208546165b
1 changed files with 1 additions and 1 deletions

View File

@ -1620,7 +1620,7 @@ static void Impl_SetWindowIcon(void)
{
return;
}
SDL2STUB();
//SDL2STUB(); // Monster Iestyn: why is this stubbed?
SDL_SetWindowIcon(window, icoSurface);
}