[Gnucash-changes] Remove references to deleted files.

David Hampton hampton at cvs.gnucash.org
Fri Jun 3 02:46:07 EDT 2005


Log Message:
-----------
Remove references to deleted files.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/gnome:
        Makefile.am
        dialog-scheduledxaction.c
        gnc-plugin-page-account-tree.c
        gnc-split-reg.c
        gw-gnc-spec.scm
        top-level.c
        top-level.h
        window-main-summarybar.c

Revision Data
-------------
Index: top-level.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/top-level.h,v
retrieving revision 1.14.4.1
retrieving revision 1.14.4.2
diff -Lsrc/gnome/top-level.h -Lsrc/gnome/top-level.h -u -r1.14.4.1 -r1.14.4.2
--- src/gnome/top-level.h
+++ src/gnome/top-level.h
@@ -26,8 +26,6 @@
 #include <glib.h>
 #include <libguile.h>
 
-#include "window-main.h"
-
 gboolean      gnucash_ui_is_running (void);
 gboolean      gnucash_ui_is_terminating (void);
 SCM           gnc_gui_init_splash (SCM command_line);
Index: window-main-summarybar.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/window-main-summarybar.c,v
retrieving revision 1.12.4.6
retrieving revision 1.12.4.7
diff -Lsrc/gnome/window-main-summarybar.c -Lsrc/gnome/window-main-summarybar.c -u -r1.12.4.6 -r1.12.4.7
--- src/gnome/window-main-summarybar.c
+++ src/gnome/window-main-summarybar.c
@@ -41,7 +41,6 @@
 #include "option-util.h"
 #include "top-level.h"
 #include "window-main-summarybar.h"
-#include "window-main.h"
 
 typedef struct {
   GtkWidget * hbox;
Index: gnc-split-reg.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/gnc-split-reg.c,v
retrieving revision 1.19.4.18
retrieving revision 1.19.4.19
diff -Lsrc/gnome/gnc-split-reg.c -Lsrc/gnome/gnc-split-reg.c -u -r1.19.4.18 -r1.19.4.19
--- src/gnome/gnc-split-reg.c
+++ src/gnome/gnc-split-reg.c
@@ -34,7 +34,6 @@
 
 #include "gnc-split-reg.h"
 
-#include "window-register.h"
 #include "Account.h"
 #include "QueryNew.h"
 #include "SX-book.h"
Index: top-level.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/top-level.c,v
retrieving revision 1.140.4.16
retrieving revision 1.140.4.17
diff -Lsrc/gnome/top-level.c -Lsrc/gnome/top-level.c -u -r1.140.4.16 -r1.140.4.17
--- src/gnome/top-level.c
+++ src/gnome/top-level.c
@@ -71,7 +71,6 @@
 #include "messages.h"
 #include "split-register.h"
 #include "top-level.h"
-#include "window-register.h"
 #include "window-report.h"
 
 
Index: gnc-plugin-page-account-tree.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/Attic/gnc-plugin-page-account-tree.c,v
retrieving revision 1.1.2.39
retrieving revision 1.1.2.40
diff -Lsrc/gnome/gnc-plugin-page-account-tree.c -Lsrc/gnome/gnc-plugin-page-account-tree.c -u -r1.1.2.39 -r1.1.2.40
--- src/gnome/gnc-plugin-page-account-tree.c
+++ src/gnome/gnc-plugin-page-account-tree.c
@@ -50,7 +50,6 @@
 #include "lot-viewer.h"
 #include "option-util.h"
 #include "window-reconcile.h"
-#include "window-register.h"
 #include "window-main-summarybar.h"
 
 #include "messages.h"
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/Makefile.am,v
retrieving revision 1.107.4.20
retrieving revision 1.107.4.21
diff -Lsrc/gnome/Makefile.am -Lsrc/gnome/Makefile.am -u -r1.107.4.20 -r1.107.4.21
--- src/gnome/Makefile.am
+++ src/gnome/Makefile.am
@@ -63,10 +63,8 @@
   lot-viewer.c \
   reconcile-list.c \
   top-level.c \
-  window-main.c \
   window-main-summarybar.c \
-  window-reconcile.c \
-  window-register.c
+  window-reconcile.c
 
 gnomeappdir = ${datadir}/gnome/apps/Applications
 
@@ -115,10 +113,8 @@
   lot-viewer.h \
   reconcile-list.h \
   top-level.h \
-  window-main.h \
   window-main-summarybar.h \
   window-reconcile.h \
-  window-register.h \
   gw-gnc.h
 
 EXTRA_DIST = \
Index: dialog-scheduledxaction.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/dialog-scheduledxaction.c,v
retrieving revision 1.71.2.13
retrieving revision 1.71.2.14
diff -Lsrc/gnome/dialog-scheduledxaction.c -Lsrc/gnome/dialog-scheduledxaction.c -u -r1.71.2.13 -r1.71.2.14
--- src/gnome/dialog-scheduledxaction.c
+++ src/gnome/dialog-scheduledxaction.c
@@ -50,7 +50,6 @@
 #include "global-options.h"
 #include "gnucash-sheet.h"
 #include "messages.h"
-#include "window-register.h"
 
 #include "gnc-split-reg.h"
 
Index: gw-gnc-spec.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/gw-gnc-spec.scm,v
retrieving revision 1.14.4.9
retrieving revision 1.14.4.10
diff -Lsrc/gnome/gw-gnc-spec.scm -Lsrc/gnome/gw-gnc-spec.scm -u -r1.14.4.9 -r1.14.4.10
--- src/gnome/gw-gnc-spec.scm
+++ src/gnome/gw-gnc-spec.scm
@@ -36,7 +36,6 @@
       "#include <gnc-commodity.h>\n"
       "#include <gnc-numeric.h>\n"
       "#include <dialog-totd.h>\n"
-      "#include <window-main.h>\n"
       "#include <gnc-gui-query.h>\n"
       "#include <dialog-new-user.h>\n"
       "#include <dialog-progress.h>\n"


More information about the gnucash-changes mailing list