diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 6bae940c..4979f625 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6856,8 +6856,6 @@ void View::DrawMemory() } else { - ImGui::SameLine(); - ImGui::TextDisabled( "(%s)", RealToString( match.size(), true ) ); ListMemData( match.begin(), match.end(), [this]( auto& it ) { auto& v = *it; if( v->ptr == m_memInfo.ptrFind )