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; }