From c6777fe48e6ba6fe884fca27f3f20e944dc7cdd4 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 15:33:18 +0200 Subject: [PATCH] xnest: drop unused DarwinHandleGUI() Obsolete since 17 years now, probably just forgotten to clean up. Fixes: ef1c52053755fa14b4ca98b22c506f73f5f4a4b7 Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xnest/Init.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index 8f88c1edd..1eb49b645 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -154,13 +154,6 @@ ddxGiveUp(enum ExitCode error) xnestCloseDisplay(); } -#ifdef __APPLE__ -void -DarwinHandleGUI(int argc, char *argv[]) -{ -} -#endif - void OsVendorInit(void) {