summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-02-20 05:07:00 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-02-20 05:07:00 +0100
commit30d37ef7a7daa2b88f93d43bccb9c141448edf65 (patch)
treed24da09d0c51b53cbd1e8507a252af5a8f61a841 /crawl-ref/source/files.h
parentb89be0430b6359a069e13c86565dbf6985eefe5e (diff)
parent9d196e98bf78ac3589ad650da44d0b9a2d6613a2 (diff)
downloadcrawl-ref-30d37ef7a7daa2b88f93d43bccb9c141448edf65.tar.gz
crawl-ref-30d37ef7a7daa2b88f93d43bccb9c141448edf65.zip
Merge branch 'master' into portal_branches
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index e53fef3c00..824f3ba92c 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -133,16 +133,5 @@ private:
std::string filename;
};
-class SavefileCallback
-{
-public:
- typedef void (*callback)(bool saving);
-
- SavefileCallback(callback func);
-
- static void pre_save();
- static void post_restore();
-};
-
FILE *fopen_replace(const char *name);
#endif