Remove header gncBusinessP.h which is unused anyway.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19327 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2010-07-03 21:52:51 +00:00
parent 474915ecf6
commit 5133b1733e
3 changed files with 0 additions and 34 deletions

View File

@ -61,7 +61,6 @@ SET (libgnc_business_core_HEADERS
gncBillTermP.h
gncBusGuile.h
gncBusiness.h
gncBusinessP.h
gncCustomer.h
gncCustomerP.h
gncEmployee.h

View File

@ -34,7 +34,6 @@ noinst_HEADERS = \
gncBillTerm.h \
gncBillTermP.h \
gncBusiness.h \
gncBusinessP.h \
gncBusGuile.h \
gncCustomer.h \
gncCustomerP.h \

View File

@ -1,32 +0,0 @@
/*
* gncBusinessP.h -- the Core Business Interface
* Copyright (C) 2001 Derek Atkins
* Author: Derek Atkins <warlord@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@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_ */