CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 04/12/04 20:06:07
Modified files:
src/editor : editor_main.cpp
Log message:
Remove unused variable.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/editor_main.cpp.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
Patches:
Index: wesnoth/src/editor/editor_main.cpp
diff -u wesnoth/src/editor/editor_main.cpp:1.21
wesnoth/src/editor/editor_main.cpp:1.22
--- wesnoth/src/editor/editor_main.cpp:1.21 Mon Nov 1 00:29:51 2004
+++ wesnoth/src/editor/editor_main.cpp Sat Dec 4 20:06:07 2004
@@ -98,7 +98,6 @@
preferences::set_fullscreen(true);
} else if(val == "--datadir") {
if (arg+1 != argc) {
- char buf[256];
const std::string val(argv[++arg]);
const std::string cwd = get_cwd();