Remove display of found allocations count.

This commit is contained in:
Bartosz Taudul 2018-08-25 15:07:11 +02:00
parent 256d905ed5
commit d835d4da2a

View File

@ -6856,8 +6856,6 @@ void View::DrawMemory()
}
else
{
ImGui::SameLine();
ImGui::TextDisabled( "(%s)", RealToString( match.size(), true ) );
ListMemData<decltype( match.begin() )>( match.begin(), match.end(), [this]( auto& it ) {
auto& v = *it;
if( v->ptr == m_memInfo.ptrFind )