Remove not required account update

This commit is contained in:
Robert Fewell 2017-12-01 11:03:07 +00:00
parent 393b8a126d
commit cf90b8cb47

View File

@ -87,7 +87,6 @@ public:
void preview_over_write (bool over);
void preview_update_separators (GtkWidget* widget);
void preview_update_file_format ();
void preview_update_account ();
void preview_update_encoding (const char* encoding);
void preview_update_date_format ();
void preview_update_currency_format ();
@ -306,11 +305,6 @@ void csv_price_imp_preview_sep_fixed_sel_cb (GtkToggleButton* csv_button, CsvImp
info->preview_update_file_format();
}
void csv_price_imp_preview_acct_sel_cb (GtkWidget* widget, CsvImpPriceAssist* info)
{
info->preview_update_account();
}
void csv_price_imp_preview_enc_sel_cb (GOCharmapSel* selector, const char* encoding,
CsvImpPriceAssist* info)
{