diff --git a/server/TracyView.hpp b/server/TracyView.hpp index 84e3abd3..781d1937 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -708,8 +708,6 @@ private: } m_playback; struct TimeDistribution { - enum class SortBy : int { Count, Time, Mtpc }; - SortBy sortBy = SortBy::Time; bool runningTime = false; bool exclusiveTime = true; unordered_flat_map data;