Skip to content

Commit

Permalink
Merge pull request moneymanagerex#7034 from n-stein/fix(moneymanagere…
Browse files Browse the repository at this point in the history
…x#7033)

fix(moneymanagerex#7033): remove duplicate column creation
  • Loading branch information
whalley authored Dec 16, 2024
2 parents 28c7066 + d72702a commit 64af41d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/mmchecking_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class TransactionListCtrl : public mmListCtrl

~TransactionListCtrl();

void createColumns();
Fused_Transaction::Full_Data_Set m_trans;
void markSelectedTransaction();
void DeleteTransactionsByStatus(const wxString& status);
Expand Down Expand Up @@ -240,7 +239,6 @@ inline std::vector<Fused_Transaction::IdRepeat> TransactionListCtrl::getSelected
inline std::vector<Fused_Transaction::IdRepeat> TransactionListCtrl::getSelectedId() const { return m_selected_id; }

inline void TransactionListCtrl::setVisibleItemIndex(long v) { m_topItemIndex = v; }
inline void TransactionListCtrl::createColumns(){ mmListCtrl::CreateColumns(); }

#endif // MM_EX_CHECKING_LIST_H_

Expand Down
1 change: 0 additions & 1 deletion src/mmcheckingpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,6 @@ void mmCheckingPanel::ResetColumnView()
{
m_listCtrlAccount->DeleteAllColumns();
m_listCtrlAccount->resetColumns();
m_listCtrlAccount->createColumns();
m_listCtrlAccount->refreshVisualList();
}

Expand Down

0 comments on commit 64af41d

Please sign in to comment.