mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Refactor: remove unused struct pageDataTuple
This commit is contained in:
parent
90d1905786
commit
e6701ed289
@ -110,13 +110,6 @@ typedef struct _GncFrequency
|
||||
GtkBuilder *builder;
|
||||
} GncFrequency;
|
||||
|
||||
struct pageDataTuple
|
||||
{
|
||||
int idx;
|
||||
UIFreqType uiFTVal;
|
||||
char *name;
|
||||
};
|
||||
|
||||
G_DEFINE_TYPE (GncFrequency, gnc_frequency, GTK_TYPE_BOX)
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user