From 97bd6db2b7c52d636fca9dc340aeb3f6cef7de4d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 21:43:44 +0200 Subject: remove i/ofstream from libardour except: * audio-unit (ifstream is known to work on OSX) * evoral curve algorithm debugger * cycle-timer debug code * export_handler's CDMarker -> TODO --- libs/ardour/recent_sessions.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libs/ardour/recent_sessions.cc') diff --git a/libs/ardour/recent_sessions.cc b/libs/ardour/recent_sessions.cc index 22244c80ba..d08ebfec00 100644 --- a/libs/ardour/recent_sessions.cc +++ b/libs/ardour/recent_sessions.cc @@ -19,8 +19,6 @@ #include #include -#include -#include #include #include @@ -163,12 +161,6 @@ ARDOUR::write_recent_sessions (RecentSessions& rs) { stringstream recent; - //ofstream recent (fout); - - // if (!recent) { - // fclose (fout); - // return -1; - // } for (RecentSessions::iterator i = rs.begin(); i != rs.end(); ++i) { recent << (*i).first << '\n' << (*i).second << endl; -- cgit v1.2.3