Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-19 13:45:07 +0000
committerStijn Buys <ingar@osirion.org>2008-10-19 13:45:07 +0000
commit56cdfd3822d2800abdd2f912ab7f76a5764793a7 (patch)
tree2656c7ef694117e0554ae4a47bb09629c78ed8af /src/ui/label.h
parente6f1fad441a7737549f463ebac1c9de062b5173d (diff)
scrollpane widget, updated chatbox
Diffstat (limited to 'src/ui/label.h')
-rw-r--r--src/ui/label.h5
1 files changed, 1 insertions, 4 deletions
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;