Remove useless void.

This commit is contained in:
Mark de Wever 2008-09-26 17:52:14 +00:00
parent 2c74b5dc21
commit af1855c10c

View file

@ -41,7 +41,7 @@ class theme
virtual ~object() { }
SDL_Rect& location(const SDL_Rect& screen) const;
const SDL_Rect& get_location(void) const { return loc_; }
const SDL_Rect& get_location() const { return loc_; }
const std::string& get_id() const { return id_; }
// This supports relocating of theme elements ingame.