Don't use obsolete functions.

This commit is contained in:
Bartosz Taudul
2021-12-22 17:08:27 +01:00
parent 8dc403506f
commit 9fae8b7e42
2 changed files with 12 additions and 13 deletions

View File

@@ -2269,7 +2269,6 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker
clipper.Begin( (int)m_asm.size(), th );
while( clipper.Step() )
{
assert( clipper.StepNo == 3 );
const auto wpos = ImGui::GetCursorScreenPos();
const auto dpos = wpos + ImVec2( 0.5f, 0.5f );
static std::vector<uint64_t> insList;