From 3f256652e64758c4f9811e64794a74a2f5fca0b3 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 13 Oct 2008 19:49:51 +0000 Subject: [PATCH] removed prototype for gimp_sigfatal_handler() svn path=/trunk/; revision=27271 --- app/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/main.c b/app/main.c index 0d0eb83046..e09816e8b8 100644 --- a/app/main.c +++ b/app/main.c @@ -92,10 +92,6 @@ static void gimp_show_license_and_exit (void) G_GNUC_NORETURN; static void gimp_init_i18n (void); static void gimp_init_malloc (void); -#ifndef G_OS_WIN32 -static void gimp_sigfatal_handler (gint sig_num) G_GNUC_NORETURN; -#endif - #if defined (G_OS_WIN32) && !defined (GIMP_CONSOLE_COMPILATION) static void gimp_open_console_window (void); #else