diff options
Diffstat (limited to 'src/gui/scrollarea.h')
-rw-r--r-- | src/gui/scrollarea.h | 12 |
1 files changed, 0 insertions, 12 deletions
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, |