Remove a function declaration that has no definition.
(Discovered when I was converting parameters to references.)
This commit is contained in:
parent
4b70becf27
commit
7769b58617
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ private:
|
|||
virtual void draw_item(SDL_Rect& dstrect, const t_translation::t_terrain& terrain, std::stringstream& tooltip_text);
|
||||
|
||||
virtual void update_report();
|
||||
|
||||
/** Return a string representing the terrain and the underlying ones. */
|
||||
std::string get_terrain_string(const t_translation::t_terrain &);
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue