dropped patch fix.
authorTaybin Rutkin <taybin@taybin.com>
Sat, 24 Sep 2005 20:00:28 +0000 (20:00 +0000)
committerTaybin Rutkin <taybin@taybin.com>
Sat, 24 Sep 2005 20:00:28 +0000 (20:00 +0000)
git-svn-id: svn://localhost/trunk/ardour2@21 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/recent_sessions.cc

index c27ec223d6f399fe1a04d7f6b46ffccf9e6dc7bf..29cec8a9a21090a0e92a98fad4680492c3aefab2 100644 (file)
@@ -76,8 +76,6 @@ ARDOUR::read_recent_sessions (RecentSessions& rs)
         * natural order will be broken
         */
 
-       sort(rs.begin(), rs.end(), cmp);
-       
        return 0;
 }