Author: mordante
Date: Fri Sep 26 19:52:14 2008
New Revision: 29708
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29708&view=rev
Log:
Remove useless void.
Modified:
trunk/src/theme.hpp
Modified: trunk/src/theme.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/theme.hpp?rev=29708&r1=29707&r2=29708&view=diff
==============================================================================
--- trunk/src/theme.hpp (original)
+++ trunk/src/theme.hpp Fri Sep 26 19:52:14 2008
@@ -41,7 +41,7 @@
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.
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits