summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index 08d5fd60ca..65322b34e7 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -15,14 +15,11 @@
#include "ray.h"
#include "state.h"
-class range_view_annotator : public crawl_exit_hook
+class range_view_annotator
{
public:
range_view_annotator(int range);
virtual ~range_view_annotator();
- virtual void restore_state();
-private:
- bool do_anything;
};
// An object that modifies the behaviour of the direction prompt.