Remove redundant tooltip.

This commit is contained in:
Bartosz Taudul 2020-08-04 17:24:59 +02:00
parent a5c16a39ba
commit 22e86af4ab

View File

@ -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;