summaryrefslogtreecommitdiff
path: root/src/gui/widgets/scrollarea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/scrollarea.cpp')
-rw-r--r--src/gui/widgets/scrollarea.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/gui/widgets/scrollarea.cpp b/src/gui/widgets/scrollarea.cpp
index d7b588749..ce67794a2 100644
--- a/src/gui/widgets/scrollarea.cpp
+++ b/src/gui/widgets/scrollarea.cpp
@@ -438,26 +438,6 @@ void ScrollArea::calcButton(gcn::Graphics *const graphics,
}
}
-void ScrollArea::drawUpButton(gcn::Graphics *const graphics)
-{
- drawButton(graphics, UP);
-}
-
-void ScrollArea::drawDownButton(gcn::Graphics *const graphics)
-{
- drawButton(graphics, DOWN);
-}
-
-void ScrollArea::drawLeftButton(gcn::Graphics *const graphics)
-{
- drawButton(graphics, LEFT);
-}
-
-void ScrollArea::drawRightButton(gcn::Graphics *const graphics)
-{
- drawButton(graphics, RIGHT);
-}
-
void ScrollArea::drawVBar(gcn::Graphics *const graphics)
{
const gcn::Rectangle &dim = getVerticalBarDimension();