Author: mordante
Date: Tue Jun 24 20:56:18 2008
New Revision: 27489
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27489&view=rev
Log:
Comment out an unused variable, not really sure whether intended unused so
didn't remove the variable.
Modified:
trunk/src/game_preferences_display.cpp
Modified: trunk/src/game_preferences_display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_preferences_display.cpp?rev=27489&r1=27488&r2=27489&view=diff
==============================================================================
--- trunk/src/game_preferences_display.cpp (original)
+++ trunk/src/game_preferences_display.cpp Tue Jun 24 20:56:18 2008
@@ -1144,7 +1144,7 @@
std::string path = get_cwd();
#endif
- int res = dialogs::show_file_chooser_dialog(disp, path, title);
+ /*int res =*/ dialogs::show_file_chooser_dialog(disp, path, title);
return path;
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits