summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index f86cf63a05..89e71cf1c7 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -808,11 +808,6 @@ public:
int remove_last_capture ();
void get_last_capture_sources (std::list<boost::shared_ptr<Source> >&);
- /** handlers should return 0 for "everything OK", and any other value for
- * "cannot setup audioengine".
- */
- static PBD::Signal1<int,uint32_t> AudioEngineSetupRequired;
-
/** handlers should return -1 for "stop cleanup",
0 for "yes, delete this playlist",
1 for "no, don't delete this playlist".