From 56cdfd3822d2800abdd2f912ab7f76a5764793a7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Oct 2008 13:45:07 +0000 Subject: scrollpane widget, updated chatbox --- src/ui/label.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/ui/label.h') diff --git a/src/ui/label.h b/src/ui/label.h index b7925c7..beecfb4 100644 --- a/src/ui/label.h +++ b/src/ui/label.h @@ -45,10 +45,7 @@ public: protected: /// draw the label virtual void draw(); - - /// draw the label text - virtual void draw_text(); - + private: std::string label_text; unsigned int label_alignment; -- cgit v1.2.3