diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 9f754b36..7ad0ac62 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -742,8 +742,6 @@ void View::DrawZones() const auto h = ImGui::GetContentRegionAvail().y; auto draw = ImGui::GetWindowDrawList(); - enum { TimeHeight = 50 }; - ImGui::InvisibleButton( "##zones", ImVec2( w, h ) ); bool hover = ImGui::IsItemHovered();