mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove unneeded variable.
This commit is contained in:
parent
5e48eebf26
commit
b51e3fbbc8
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user