Remove out-of-date and somewhat redundant comment.
authorCarl Hetherington <carl@carlh.net>
Sat, 26 Feb 2011 20:35:41 +0000 (20:35 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 26 Feb 2011 20:35:41 +0000 (20:35 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8965 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_state.cc

index 102416b2e141fc09d98697b724b5fe57cd4d5231..dc25e64bfbb51db4fb8eeea3fb34906b21c1e779 100644 (file)
@@ -1256,24 +1256,6 @@ Session::set_state (const XMLNode& node, int version)
 
        IO::disable_connecting ();
 
-       /* Object loading order:
-
-       Path
-       Extra
-       Options/Config
-       MIDI Control // relies on data from Options/Config
-       Metadata
-       Locations
-       Sources
-       Regions
-       Connections
-       Routes
-       RouteGroups
-       MixGroups
-       Click
-       ControlProtocols
-       */
-
        if ((child = find_named_node (node, "Extra")) != 0) {
                _extra_xml = new XMLNode (*child);
        }