From eeb323612e0adbea37befed31bbaa1d295728385 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 25 Nov 2008 00:20:57 -0800 Subject: [PATCH] XQuartz: Dead code removal --- hw/xquartz/mach-startup/bundle-main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xquartz/mach-startup/bundle-main.c b/hw/xquartz/mach-startup/bundle-main.c index d9c895ec3..058fe7865 100644 --- a/hw/xquartz/mach-startup/bundle-main.c +++ b/hw/xquartz/mach-startup/bundle-main.c @@ -75,9 +75,6 @@ char *__crashreporter_info__ = __crashreporter_info__buf; #define DEBUG 1 -static int execute(const char *command); -static char *command_from_prefs(const char *key, const char *default_value); - /* This is in quartzStartup.c */ int server_main(int argc, char **argv, char **envp);