From 1903413a5494362c54193f76e86471794dc107ee Mon Sep 17 00:00:00 2001 From: Nathan Bowhay Date: Thu, 29 Jan 2015 15:48:11 -0800 Subject: [PATCH] Removed unused variables Removed unused variables. --- Engine/source/gui/containers/guiContainer.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Engine/source/gui/containers/guiContainer.cpp b/Engine/source/gui/containers/guiContainer.cpp index 45bc09d93..2429014c4 100644 --- a/Engine/source/gui/containers/guiContainer.cpp +++ b/Engine/source/gui/containers/guiContainer.cpp @@ -128,9 +128,6 @@ bool GuiContainer::reOrder(SimObject* obj, SimObject* target) bool GuiContainer::resize( const Point2I &newPosition, const Point2I &newExtent ) { - RectI oldBounds = getBounds(); - Point2I minExtent = getMinExtent(); - if( !Parent::resize( newPosition, newExtent ) ) return false;