瀏覽代碼

Removed unused variables

Removed unused variables.
Nathan Bowhay 10 年之前
父節點
當前提交
1903413a54
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Engine/source/gui/containers/guiContainer.cpp

+ 0 - 3
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;