summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skill_menu.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-04-22 19:20:16 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-04-22 19:21:46 +0200
commit92ee5181cb54c6bf65165850baaf4ff99d023025 (patch)
tree9ca329ee2a5749335085b36826fb379da6b0a545 /crawl-ref/source/skill_menu.h
parentb33b8708eee6cc36b43e114f79becb09238487bf (diff)
downloadcrawl-ref-92ee5181cb54c6bf65165850baaf4ff99d023025.tar.gz
crawl-ref-92ee5181cb54c6bf65165850baaf4ff99d023025.zip
Unprotect PrecisionMenu::clear_selections.
Diffstat (limited to 'crawl-ref/source/skill_menu.h')
-rw-r--r--crawl-ref/source/skill_menu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/skill_menu.h b/crawl-ref/source/skill_menu.h
index 2bff806087..bc1c521824 100644
--- a/crawl-ref/source/skill_menu.h
+++ b/crawl-ref/source/skill_menu.h
@@ -127,7 +127,6 @@ public:
void add_item(TextItem* item, const int size, coord_def &coord);
void cancel_help();
- void clear_selections();
bool exit();
int get_raw_skill_level(skill_type sk);
int get_saved_skill_level(skill_type sk, bool real);