From 6bd965b490b791e471b755e81887557bd14c755d Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 22 Jul 2020 13:44:47 +0300 Subject: Cleanup --- src/ui/window.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/window.c') diff --git a/src/ui/window.c b/src/ui/window.c index c7ccdeb6..ce95bca4 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -274,6 +274,7 @@ void init_Window(iWindow *d) { #endif #if defined (iPlatformLinux) /* Load the window icon. */ { +#if 0 int w, h, num; const iBlock *icon = &imageAppicon64_Embedded; stbi_uc *pixels = stbi_load_from_memory(constData_Block(icon), @@ -287,6 +288,7 @@ void init_Window(iWindow *d) { SDL_SetWindowIcon(d->win, surf); SDL_FreeSurface(surf); stbi_image_free(pixels); +#endif } #endif d->root = new_Widget(); -- cgit v1.2.3