diff --git a/ChangeLog b/ChangeLog index 887aec3902..c65cf8455c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-22 Joshua Sled + + * src/gnome/window-main.c (gnc_ui_mainWindow_nextrun_cb): + Removed obsolete dialog. + 2001-10-22 Joshua Sled * src/gnome/Makefile.am: Removed obsolete dialog-nextrun.{c,h} diff --git a/src/gnome/dialog-nextrun.h b/src/gnome/dialog-nextrun.h deleted file mode 100644 index ce524f3c75..0000000000 --- a/src/gnome/dialog-nextrun.h +++ /dev/null @@ -1,29 +0,0 @@ -/********************************************************************\ - * dialog-nextrun.h - Beginnings of "since last run" dialog. * - * Copyright (c) 2001 Joshua Sled * - * * - * 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 the Free Software Foundation; either version 2 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License* - * along with this program; if not, contact: * - * * - * Free Software Foundation Voice: +1-617-542-5942 * - * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * - * Boston, MA 02111-1307, USA gnu@gnu.org * -\********************************************************************/ - -#ifndef DIALOG_NEXTRUN_H -#define DIALOG_NEXTRUN_H - -void gnc_ui_nextrun_dialog_create( void ); -void gnc_ui_nextrun_guile_wrapper( char* ); - -#endif diff --git a/src/gnome/window-main.c b/src/gnome/window-main.c index b05d174269..611d2d76c2 100644 --- a/src/gnome/window-main.c +++ b/src/gnome/window-main.c @@ -36,7 +36,6 @@ #include "dialog-account.h" #include "dialog-fincalc.h" #include "dialog-find-transactions.h" -#include "dialog-nextrun.h" #include "dialog-options.h" #include "dialog-scheduledxaction.h" #include "dialog-sxsincelast.h" @@ -462,12 +461,6 @@ gnc_ui_mainWindow_scheduled_xaction_cb(GtkWidget *widget, gpointer data) gnc_ui_scheduled_xaction_dialog_create(); } -static void -gnc_ui_mainWindow_nextrun_cb (GtkWidget *widget, gpointer data) -{ - gnc_ui_nextrun_dialog_create(); -} - static void gnc_main_window_gl_cb(GtkWidget *widget, gpointer data) {