From d835d4da2abf6625155d09efa3dfba19490574cc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 25 Aug 2018 15:07:11 +0200 Subject: [PATCH] Remove display of found allocations count. --- server/TracyView.cpp | 2 -- 1 file changed, 2 deletions(-) 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 )