Remove unused variable.

This commit is contained in:
Bartosz Taudul 2020-03-27 23:59:03 +01:00
parent 86ca85f39d
commit 17009b315f

View File

@ -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 )