mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove not required account update
This commit is contained in:
parent
393b8a126d
commit
cf90b8cb47
@ -87,7 +87,6 @@ public:
|
|||||||
void preview_over_write (bool over);
|
void preview_over_write (bool over);
|
||||||
void preview_update_separators (GtkWidget* widget);
|
void preview_update_separators (GtkWidget* widget);
|
||||||
void preview_update_file_format ();
|
void preview_update_file_format ();
|
||||||
void preview_update_account ();
|
|
||||||
void preview_update_encoding (const char* encoding);
|
void preview_update_encoding (const char* encoding);
|
||||||
void preview_update_date_format ();
|
void preview_update_date_format ();
|
||||||
void preview_update_currency_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();
|
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,
|
void csv_price_imp_preview_enc_sel_cb (GOCharmapSel* selector, const char* encoding,
|
||||||
CsvImpPriceAssist* info)
|
CsvImpPriceAssist* info)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user