1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

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