From 5943323aff9db6c1405177478564072e9d2214b3 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 28 Apr 2008 18:29:04 +0000 Subject: Properly fix problems with ItemContainer in InventoryWindow not resizing properly since upgrade to Guichan 0.8.0. --- src/gui/scrollarea.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/gui/scrollarea.h') diff --git a/src/gui/scrollarea.h b/src/gui/scrollarea.h index c714bf1f..be361f68 100644 --- a/src/gui/scrollarea.h +++ b/src/gui/scrollarea.h @@ -78,18 +78,6 @@ class ScrollArea : public gcn::ScrollArea */ bool isOpaque() const { return mOpaque; } - /** - * Return the width of the scrollarea adjusting for visible - * vertical scrollbar. - */ - int getAdjustedWidth() const; - - /** - * Return the height of the scrollarea adjusting for visible - * horizontal scrollbar. - */ - int getAdjustedHeight() const; - protected: enum BUTTON_DIR { UP, -- cgit v1.2.3-70-g09d2