From 208546165baf2b28803ff0114f22f676c806ddfc Mon Sep 17 00:00:00 2001
From: Monster Iestyn <iestynjealous@ntlworld.com>
Date: Mon, 21 Nov 2016 20:59:44 +0000
Subject: [PATCH] Comment out SDL2STUB from Impl_SetWindowIcon

---
 src/sdl/i_video.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sdl/i_video.c b/src/sdl/i_video.c
index 70396e0c8d..6ddfc391ce 100644
--- a/src/sdl/i_video.c
+++ b/src/sdl/i_video.c
@@ -1620,7 +1620,7 @@ static void Impl_SetWindowIcon(void)
 	{
 		return;
 	}
-	SDL2STUB();
+	//SDL2STUB(); // Monster Iestyn: why is this stubbed?
 	SDL_SetWindowIcon(window, icoSurface);
 }
 
-- 
GitLab