wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src/editor editor_main.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src/editor editor_main.cpp
Date: Sat, 04 Dec 2004 15:12:55 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    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();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]