dropped patch fix.

git-svn-id: svn://localhost/trunk/ardour2@21 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2005-09-24 20:00:28 +00:00
parent 0b850523c2
commit 5f4e9c7753

View File

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