summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileweb-text.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-07-06 16:41:37 +0200
committerFlorian Diebold <flodiebold@gmail.com>2011-07-06 16:41:37 +0200
commitdd2a795074db045f4389bda4aca67fe711665630 (patch)
tree74b8ede47e300c59c3f85452696bb7e797d208fb /crawl-ref/source/tileweb-text.h
parent90d0bb830a0a3f7f1be46c845aa7dba13abd88f1 (diff)
downloadcrawl-ref-dd2a795074db045f4389bda4aca67fe711665630.tar.gz
crawl-ref-dd2a795074db045f4389bda4aca67fe711665630.zip
Clean up webtiles text area handling.
The separate subclasses were unnecessary now.
Diffstat (limited to 'crawl-ref/source/tileweb-text.h')
-rw-r--r--crawl-ref/source/tileweb-text.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/crawl-ref/source/tileweb-text.h b/crawl-ref/source/tileweb-text.h
index 2777260ce9..3623ad52d4 100644
--- a/crawl-ref/source/tileweb-text.h
+++ b/crawl-ref/source/tileweb-text.h
@@ -34,32 +34,5 @@ protected:
virtual void on_resize();
};
-class CRTTextArea : public WebTextArea
-{
-public:
- CRTTextArea();
-
-protected:
- virtual void on_resize();
-};
-
-class StatTextArea : public WebTextArea
-{
-public:
- StatTextArea();
-
-protected:
- virtual void on_resize();
-};
-
-class MessageTextArea : public WebTextArea
-{
-public:
- MessageTextArea();
-
-protected:
- virtual void on_resize();
-};
-
#endif
#endif