mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove a unused import and struct.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17825 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -39,20 +39,12 @@
|
||||
#include "gnc-ab-kvp.h"
|
||||
#include "gnc-ab-utils.h"
|
||||
#include "gnc-gwen-gui.h"
|
||||
#include "import-main-matcher.h"
|
||||
|
||||
/* This static indicates the debugging module that this .o belongs to. */
|
||||
static QofLogModule log_module = G_LOG_DOMAIN;
|
||||
|
||||
typedef struct _TransListData TransListData;
|
||||
|
||||
static gboolean gettrans_dates(GtkWidget *parent, Account *gnc_acc, GWEN_TIME **from_date, GWEN_TIME **to_date);
|
||||
|
||||
struct _TransListData {
|
||||
Account *gnc_acc;
|
||||
GNCImportMainMatcher *importer_generic;
|
||||
};
|
||||
|
||||
static gboolean
|
||||
gettrans_dates(GtkWidget *parent, Account *gnc_acc,
|
||||
GWEN_TIME **from_date, GWEN_TIME **to_date)
|
||||
|
||||
Reference in New Issue
Block a user