summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audioengine.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-28 01:40:36 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-28 01:40:36 +0000
commitc2cf3c5bfd652db87b92b241676981a44daf3091 (patch)
treef30a6e6a34ecb53f73da09f909de26739565f558 /libs/ardour/ardour/audioengine.h
parent922488427a09fdfd4f4685bb114bdc992680a39f (diff)
Trim get_nth_physical port methods.
git-svn-id: svn://localhost/ardour2/branches/3.0@7518 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/audioengine.h')
-rw-r--r--libs/ardour/ardour/audioengine.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/ardour/ardour/audioengine.h b/libs/ardour/ardour/audioengine.h
index 78d0a03e6a..fcbe6d3514 100644
--- a/libs/ardour/ardour/audioengine.h
+++ b/libs/ardour/ardour/audioengine.h
@@ -169,14 +169,6 @@ class AudioEngine : public SessionHandlePtr
void get_physical_outputs (DataType type, std::vector<std::string>&);
void get_physical_inputs (DataType type, std::vector<std::string>&);
- std::string get_nth_physical_output (DataType type, uint32_t n) {
- return get_nth_physical (type, n, JackPortIsInput);
- }
-
- std::string get_nth_physical_input (DataType type, uint32_t n) {
- return get_nth_physical (type, n, JackPortIsOutput);
- }
-
void update_total_latencies ();
void update_total_latency (const Port&);
@@ -282,7 +274,6 @@ _ the regular process() call to session->process() is not made.
void finish_process_cycle (int status);
void remove_all_ports ();
- std::string get_nth_physical (DataType type, uint32_t n, int flags);
ChanCount n_physical (unsigned long) const;
void get_physical (DataType, unsigned long, std::vector<std::string> &);