diff --git a/gnucash/import-export/csv-imp/gnc-import-tx.hpp b/gnucash/import-export/csv-imp/gnc-import-tx.hpp index f2676a77f7..db82ab77c3 100644 --- a/gnucash/import-export/csv-imp/gnc-import-tx.hpp +++ b/gnucash/import-export/csv-imp/gnc-import-tx.hpp @@ -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;