Author: mordante
Date: Fri Sep 26 19:51:56 2008
New Revision: 29703

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29703&view=rev
Log:
Remove useless void.

Modified:
    trunk/src/editor2/editor_palettes.cpp
    trunk/src/editor2/editor_palettes.hpp

Modified: trunk/src/editor2/editor_palettes.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_palettes.cpp?rev=29703&r1=29702&r2=29703&view=diff
==============================================================================
--- trunk/src/editor2/editor_palettes.cpp (original)
+++ trunk/src/editor2/editor_palettes.cpp Fri Sep 26 19:51:56 2008
@@ -279,7 +279,7 @@
 
 
 /** After the language is changed, the selected terrains needs an update. */
-void terrain_palette::update_selected_terrains(void)
+void terrain_palette::update_selected_terrains()
 {
        set_dirty();
        update_report();

Modified: trunk/src/editor2/editor_palettes.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_palettes.hpp?rev=29703&r1=29702&r2=29703&view=diff
==============================================================================
--- trunk/src/editor2/editor_palettes.hpp (original)
+++ trunk/src/editor2/editor_palettes.hpp Fri Sep 26 19:51:56 2008
@@ -90,7 +90,7 @@
        void select_bg_terrain(t_translation::t_terrain);
 
        /** Update the selected terrains strings */
-       void update_selected_terrains(void);
+       void update_selected_terrains();
 
        /**
         * Draw the palette. 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to