Eliminate compile warning for unused variables.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7701 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2002-12-21 05:39:04 +00:00
parent 5ed0a2b81e
commit add45a907f

View File

@ -342,7 +342,6 @@ gnc_register_show_status(RegWindow *regData)
{ {
RegDateWindow *regDateData; RegDateWindow *regDateData;
GSList *param_list = NULL; GSList *param_list = NULL;
gboolean show_reconciled, show_unreconciled;
cleared_match_t how = 0; cleared_match_t how = 0;
Query *query; Query *query;