From 6b319c590730d20f46dc8377ef1283f8763a1944 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 8 Feb 2021 19:59:38 +0100 Subject: [PATCH] Remove the unused variable --- plugins/editor/src/editor/GUIComponents.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/editor/src/editor/GUIComponents.cpp b/plugins/editor/src/editor/GUIComponents.cpp index b349ecef..bc3d718b 100644 --- a/plugins/editor/src/editor/GUIComponents.cpp +++ b/plugins/editor/src/editor/GUIComponents.cpp @@ -707,8 +707,6 @@ void SControlsPanel::updateLayout() } } - CRect containerSize = getContainerSize(); - containerSize.bottom = containerBottom; setContainerSize(CRect(0.0, 0.0, viewBounds.getWidth(), containerBottom + verticalPadding)); invalid();