From 22e86af4ab5e2d00e7405df5e7da66a312102a9c Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 4 Aug 2020 17:24:59 +0200 Subject: [PATCH] Remove redundant tooltip. --- server/TracyView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 63da838f..dca2e846 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -14325,8 +14325,6 @@ void View::DrawAnnotationList() } TextFocused( "Annotations:", RealToString( m_annotations.size() ) ); - ImGui::SameLine(); - DrawHelpMarker( "Press ctrl to unlock removal" ); ImGui::Separator(); ImGui::BeginChild( "##annotationList" ); const bool ctrl = ImGui::GetIO().KeyCtrl;