Skip to content

Commit

Permalink
Remove not required account update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Dec 3, 2017
1 parent 393b8a1 commit cf90b8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gnucash/import-export/csv-imp/assistant-csv-price-import.cpp
Expand Up @@ -87,7 +87,6 @@ class CsvImpPriceAssist
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 ();
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit cf90b8c

Please sign in to comment.