LibGUI: Remove unused bool SortingProxyModel::m_sorting

This commit is contained in:
Andreas Kling 2020-08-13 20:08:31 +02:00
parent 686ee2bf04
commit 5099e76ce6
Notes: sideshowbarker 2024-07-19 03:40:15 +09:00
2 changed files with 0 additions and 2 deletions

View file

@ -111,7 +111,6 @@ void SortingProxyModel::set_key_column_and_sort_order(int column, SortOrder sort
void SortingProxyModel::resort(unsigned flags)
{
TemporaryChange change(m_sorting, true);
auto old_row_mappings = m_row_mappings;
int row_count = source().row_count();
m_row_mappings.resize(row_count);