summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/recent_sessions.cc2
1 files changed, 0 insertions, 2 deletions
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;
}