Remove unneeded variable.

This commit is contained in:
Bartosz Taudul 2021-02-07 21:08:52 +01:00
parent 5e48eebf26
commit b51e3fbbc8

View File

@ -459,7 +459,6 @@ bool View::Draw()
if( ImGui::TreeNode( "Call stack" ) )
{
ImGui::BeginChild( "##callstackFailure", ImVec2( 1200, 500 ) );
const auto w = ImGui::GetWindowWidth();
if( ImGui::BeginTable( "##callstack", 4, ImGuiTableFlags_Resizable | ImGuiTableFlags_Borders ) )
{
ImGui::TableSetupColumn( "Frame", ImGuiTableColumnFlags_WidthFixed | ImGuiTableColumnFlags_NoResize );