remove some junk

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@702 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-23 07:16:13 +00:00
parent e93b24c9fe
commit b8a856e894

View File

@ -48,10 +48,6 @@ enum {
NUM_ACCOUNT_TYPES = 10
};
/* the english-language names here should match
* the enumerated types above */
extern char *account_type_name[];
/** PROTOTYPES ******************************************************/
Account *xaccMallocAccount( void );