summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 8760d7a0d9..fb822388ed 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -316,8 +316,6 @@ public:
void set_highlighter( MenuHighlighter *h );
void set_title( MenuEntry *e, bool first = true );
void add_entry( MenuEntry *entry );
- bool del_entry( MenuEntry *entry );
- bool del_entry( int entry_index );
void get_selected( std::vector<MenuEntry*> *sel ) const;
void set_maxpagesize(int max);