From b51e3fbbc8b266932a40212ca5fe598ea214a48d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 7 Feb 2021 21:08:52 +0100 Subject: [PATCH] Remove unneeded variable. --- server/TracyView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 16a364ae..7adccab2 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -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 );