mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Remove unused variable.
This commit is contained in:
parent
86ca85f39d
commit
17009b315f
@ -232,7 +232,6 @@ void SourceView::Render( const Worker& worker )
|
||||
|
||||
ImGui::BeginChild( "##sourceView", ImVec2( 0, 0 ), true );
|
||||
if( m_font ) ImGui::PushFont( m_font );
|
||||
const auto nw = ImGui::CalcTextSize( "123,345" ).x;
|
||||
if( m_showAsm )
|
||||
{
|
||||
if( m_targetAddr != 0 )
|
||||
|
Loading…
Reference in New Issue
Block a user