summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-03-11 10:44:34 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-03-11 11:09:40 +0100
commit45e47af3b99bd212324787af3f8c47250d12b390 (patch)
tree99106f6817f41b49974dbd4deb9810b80cbbcb92 /crawl-ref/source/format.h
parentae14e36f579438fb335b1536b89290cd15690b0e (diff)
downloadcrawl-ref-45e47af3b99bd212324787af3f8c47250d12b390.tar.gz
crawl-ref-45e47af3b99bd212324787af3f8c47250d12b390.zip
Remove obsolete formatted_string::movexy.
Diffstat (limited to 'crawl-ref/source/format.h')
-rw-r--r--crawl-ref/source/format.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/format.h b/crawl-ref/source/format.h
index 5420c9cec1..83172a1473 100644
--- a/crawl-ref/source/format.h
+++ b/crawl-ref/source/format.h
@@ -34,7 +34,6 @@ public:
void cprintf(const char *s, ...);
void cprintf(const std::string &s);
void cgotoxy(int x, int y);
- void movexy(int delta_x, int delta_y);
void add_glyph(glyph g);
void textcolor(int color);
formatted_string substr(size_t index, size_t length=std::string::npos) const;