mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 19:59:30 +01:00
remove now-non-existent method from Lua
This commit is contained in:
parent
1a65fa19f7
commit
682f3dd482
1 changed files with 0 additions and 1 deletions
|
|
@ -2017,7 +2017,6 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("get_remote_nth_stripable", &Session::get_remote_nth_stripable)
|
||||
.addFunction ("get_remote_nth_route", &Session::get_remote_nth_route)
|
||||
.addFunction ("route_by_selected_count", &Session::route_by_selected_count)
|
||||
.addFunction ("track_by_diskstream_id", &Session::track_by_diskstream_id)
|
||||
.addFunction ("source_by_id", &Session::source_by_id)
|
||||
.addFunction ("controllable_by_id", &Session::controllable_by_id)
|
||||
.addFunction ("processor_by_id", &Session::processor_by_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue