diff --git a/server/TracyView.cpp b/server/TracyView.cpp index b5b0ceb2..40d2d299 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1187,12 +1187,6 @@ void View::DrawFrames() } } -struct TimeScale -{ - uint64_t div; - const char* fmt; -}; - void View::DrawZones() { if( m_zvStart == m_zvEnd ) return;