Removed orphaned function declaration

This commit is contained in:
Charles Dang 2015-12-26 10:10:33 +11:00
parent a929397cc0
commit 9be88c88a4

View file

@ -274,8 +274,6 @@ class acquaintance;
void set_theme(const std::string& theme);
std::string theme();
bool compare_resolutions(const std::pair<int,int>& lhs, const std::pair<int,int>& rhs);
// Ask for end turn confirmation
bool yellow_confirm();
bool green_confirm();