Remove some unused variables.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18877 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2010-03-08 18:49:08 +00:00
parent 1efdb1a6c6
commit c3f2cb1189

View File

@ -459,8 +459,6 @@ gnc_ui_account_get_tax_info_string (const Account *account)
gboolean tax_related = FALSE; gboolean tax_related = FALSE;
const char *code; const char *code;
QofBook *this_book;
KvpFrame *book_frame;
const gchar *tax_type; const gchar *tax_type;
GNCAccountType atype; GNCAccountType atype;
SCM category; SCM category;