/* 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
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)
{