1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 09:27:35 +00:00

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
2 changed files with 0 additions and 2 deletions

View file

@ -74,7 +74,6 @@ private:
SortOrder m_sort_order { SortOrder::Ascending };
Role m_sort_role { Role::Sort };
bool m_sorting_case_sensitive { false };
bool m_sorting { false };
};
}