[Gnucash-changes] r12317 - gnucash/trunk - The gnucash gpg networking code isn't called from anywhere. No need

David Hampton hampton at cvs.gnucash.org
Tue Jan 10 22:08:26 EST 2006


Author: hampton
Date: 2006-01-10 22:08:25 -0500 (Tue, 10 Jan 2006)
New Revision: 12317
Trac: http://svn.gnucash.org/trac/changeset/12317

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/gnc-html.c
   gnucash/trunk/src/gnome/top-level.c
   gnucash/trunk/src/network-utils/Makefile.am
Log:
The gnucash gpg networking code isn't called from anywhere.  No need
to compile it as part of the build.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-11 02:58:59 UTC (rev 12316)
+++ gnucash/trunk/ChangeLog	2006-01-11 03:08:25 UTC (rev 12317)
@@ -1,5 +1,10 @@
 2006-01-10  David Hampton  <hampton at employees.org>
 
+	* src/network-utils/Makefile.am:
+	* src/gnome-utils/gnc-html.c:
+	* src/gnome/top-level.c: The gnucash gpg networking code isn't
+	called from anywhere.  No need to compile it as part of the build.
+
 	* src/register/register-gnome/gnucash-cursor.c:
 	* src/register/register-gnome/gnucash-item-edit.c:
 	* src/register/register-gnome/gnucash-grid.c:

Modified: gnucash/trunk/src/gnome/top-level.c
===================================================================
--- gnucash/trunk/src/gnome/top-level.c	2006-01-11 02:58:59 UTC (rev 12316)
+++ gnucash/trunk/src/gnome/top-level.c	2006-01-11 03:08:25 UTC (rev 12317)
@@ -62,7 +62,6 @@
 #include "gnc-splash.h"
 #include "gnc-html.h"
 #include "gnc-gnome-utils.h"
-#include "gnc-gpg.h"
 #include "gnc-report.h"
 #include "gnc-split-reg.h"
 #include "gnc-ui.h"

Modified: gnucash/trunk/src/gnome-utils/gnc-html.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-html.c	2006-01-11 02:58:59 UTC (rev 12316)
+++ gnucash/trunk/src/gnome-utils/gnc-html.c	2006-01-11 03:08:25 UTC (rev 12317)
@@ -43,7 +43,6 @@
 #include "Group.h"
 #include "print-session.h"
 #include "gnc-engine.h"
-#include "gnc-gpg.h"
 #include "gnc-gui-query.h"
 #include "gnc-html.h"
 #include "gnc-http.h"

Modified: gnucash/trunk/src/network-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/network-utils/Makefile.am	2006-01-11 02:58:59 UTC (rev 12316)
+++ gnucash/trunk/src/network-utils/Makefile.am	2006-01-11 03:08:25 UTC (rev 12317)
@@ -15,13 +15,11 @@
   ${GUILE_INCS}
 
 libgncmod_network_utils_la_SOURCES = \
-  gnc-gpg.c \
   gnc-http.c \
   gncmod-network-utils.c
 
 gncincludedir = ${GNC_INCLUDE_DIR}
 gncinclude_HEADERS = \
-  gnc-gpg.h \
   gnc-http.h
 
 libgncmod_network_utils_la_LIBADD = \



More information about the gnucash-changes mailing list