mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 05:03:53 +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 );
|
ImGui::BeginChild( "##sourceView", ImVec2( 0, 0 ), true );
|
||||||
if( m_font ) ImGui::PushFont( m_font );
|
if( m_font ) ImGui::PushFont( m_font );
|
||||||
const auto nw = ImGui::CalcTextSize( "123,345" ).x;
|
|
||||||
if( m_showAsm )
|
if( m_showAsm )
|
||||||
{
|
{
|
||||||
if( m_targetAddr != 0 )
|
if( m_targetAddr != 0 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user