summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/format.h')
-rw-r--r--crawl-ref/source/format.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/format.h b/crawl-ref/source/format.h
index 6376849b27..8391c2cbb8 100644
--- a/crawl-ref/source/format.h
+++ b/crawl-ref/source/format.h
@@ -38,7 +38,6 @@ public:
void swap(formatted_string& other);
std::string::size_type length() const;
- std::string html_dump() const;
const formatted_string &operator += (const formatted_string &other);
@@ -59,7 +58,7 @@ private:
int find_last_colour() const;
public:
-
+
struct fs_op
{
fs_op_type type;