From c53281c37e9c9eb9ade531223084ce4c059fe166 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 27 Feb 2016 16:47:27 -0800 Subject: [PATCH] psppire: Remove unused function. --- src/ui/gui/psppire.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index 2096184d39..1532cbd316 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2004, 2005, 2006, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation + Copyright (C) 2004, 2005, 2006, 2009, 2010, 2011, 2012, 2013, 2014, 2016 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -182,15 +182,6 @@ de_initialize (void) i18n_done (); } -static void -func (gpointer key, gpointer value, gpointer data) -{ - gboolean rv; - PsppireWindow *window = PSPPIRE_WINDOW (value); - - g_signal_emit_by_name (window, "delete-event", 0, &rv); -} - void psppire_quit (void) { -- 2.30.2