r19327 - gnucash/trunk/src/business/business-core - Remove header gncBusinessP.h which is unused anyway.

Christian Stimming cstim at code.gnucash.org
Sat Jul 3 17:52:51 EDT 2010


Author: cstim
Date: 2010-07-03 17:52:51 -0400 (Sat, 03 Jul 2010)
New Revision: 19327
Trac: http://svn.gnucash.org/trac/changeset/19327

Removed:
   gnucash/trunk/src/business/business-core/gncBusinessP.h
Modified:
   gnucash/trunk/src/business/business-core/CMakeLists.txt
   gnucash/trunk/src/business/business-core/Makefile.am
Log:
Remove header gncBusinessP.h which is unused anyway.

Modified: gnucash/trunk/src/business/business-core/CMakeLists.txt
===================================================================
--- gnucash/trunk/src/business/business-core/CMakeLists.txt	2010-07-03 14:57:38 UTC (rev 19326)
+++ gnucash/trunk/src/business/business-core/CMakeLists.txt	2010-07-03 21:52:51 UTC (rev 19327)
@@ -61,7 +61,6 @@
   gncBillTermP.h
   gncBusGuile.h
   gncBusiness.h
-  gncBusinessP.h
   gncCustomer.h
   gncCustomerP.h
   gncEmployee.h

Modified: gnucash/trunk/src/business/business-core/Makefile.am
===================================================================
--- gnucash/trunk/src/business/business-core/Makefile.am	2010-07-03 14:57:38 UTC (rev 19326)
+++ gnucash/trunk/src/business/business-core/Makefile.am	2010-07-03 21:52:51 UTC (rev 19327)
@@ -34,7 +34,6 @@
   gncBillTerm.h \
   gncBillTermP.h \
   gncBusiness.h \
-  gncBusinessP.h \
   gncBusGuile.h \
   gncCustomer.h \
   gncCustomerP.h \

Deleted: gnucash/trunk/src/business/business-core/gncBusinessP.h
===================================================================
--- gnucash/trunk/src/business/business-core/gncBusinessP.h	2010-07-03 14:57:38 UTC (rev 19326)
+++ gnucash/trunk/src/business/business-core/gncBusinessP.h	2010-07-03 21:52:51 UTC (rev 19327)
@@ -1,32 +0,0 @@
-/*
- * gncBusinessP.h -- the Core Business Interface
- * Copyright (C) 2001 Derek Atkins
- * Author: Derek Atkins <warlord at MIT.EDU>
- *
- * 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
- * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
- * Boston, MA  02110-1301,  USA       gnu at gnu.org
- */
-
-#ifndef GNC_BUSINESSP_H_
-#define GNC_BUSINESSP_H_
-
-#include "gncBusiness.h"
-
-/* Initialize the business subsystem */
-void gncBusinessInitialize (int argc, char **argv);
-
-#endif /* GNC_BUSINESSP_H_ */



More information about the gnucash-changes mailing list