Author: esr
Date: Wed May 20 09:50:21 2009
New Revision: 35766

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35766&view=rev
Log:
Code simplification; it's not necessary for snapshots to copy the parent member.

Modified:
    trunk/src/gamestatus.cpp

Modified: trunk/src/gamestatus.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gamestatus.cpp?rev=35766&r1=35765&r2=35766&view=diff
==============================================================================
--- trunk/src/gamestatus.cpp (original)
+++ trunk/src/gamestatus.cpp Wed May 20 09:50:21 2009
@@ -547,7 +547,6 @@
 {
        log_scope("write_game");
        cfg["label"] = label;
-       cfg["parent"] = parent;
        cfg["history"] = history;
        cfg["abbrev"] = abbrev;
        cfg["version"] = game_config::version;


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

Reply via email to