Remove unneeded forward declaration

This commit is contained in:
Geert Janssens 2023-02-11 14:38:44 +01:00
parent dd83042904
commit 9384308b05

View File

@ -185,7 +185,6 @@ private:
*/
void update_pre_trans_split_props (uint32_t row, uint32_t col, GncTransPropType old_type, GncTransPropType new_type);
struct CsvTranImpSettings; //FIXME do we need this line
CsvTransImpSettings m_settings;
bool m_skip_errors;
bool m_req_mapped_accts;