Remove a function declaration that has no definition.

(Discovered when I was converting parameters to references.)
This commit is contained in:
J. Tyne 2013-02-13 00:45:07 +00:00
parent 4b70becf27
commit 7769b58617

View file

@ -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 &);
};
}