From 5f4e9c77531c963ff6e66724bd287786eb998202 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Sat, 24 Sep 2005 20:00:28 +0000 Subject: dropped patch fix. git-svn-id: svn://localhost/trunk/ardour2@21 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/recent_sessions.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/recent_sessions.cc') diff --git a/libs/ardour/recent_sessions.cc b/libs/ardour/recent_sessions.cc index c27ec223d6..29cec8a9a2 100644 --- a/libs/ardour/recent_sessions.cc +++ b/libs/ardour/recent_sessions.cc @@ -76,8 +76,6 @@ ARDOUR::read_recent_sessions (RecentSessions& rs) * natural order will be broken */ - sort(rs.begin(), rs.end(), cmp); - return 0; } -- cgit v1.2.3