From 9384308b0554fd196a23b0987f90cd384b2fc421 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 11 Feb 2023 14:38:44 +0100 Subject: [PATCH] Remove unneeded forward declaration --- gnucash/import-export/csv-imp/gnc-import-tx.hpp | 1 - 1 file changed, 1 deletion(-) 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;