mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Remove unused API
This commit is contained in:
parent
f103b984ab
commit
77a60d9e2d
1 changed files with 0 additions and 1 deletions
|
|
@ -136,7 +136,6 @@ class LIBARDOUR_API AudioEngine : public PortManager, public SessionHandlePtr
|
|||
|
||||
Glib::Threads::Mutex& process_lock() { return _process_lock; }
|
||||
Glib::Threads::Mutex& latency_lock() { return _latency_lock; }
|
||||
Glib::Threads::RecMutex& state_lock() { return _state_lock; }
|
||||
|
||||
int request_buffer_size (pframes_t samples) {
|
||||
return set_buffer_size (samples);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue