mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
remove now-non-existent method from Lua
This commit is contained in:
parent
3e33b0642d
commit
d16ae875be
1 changed files with 0 additions and 1 deletions
|
|
@ -2138,7 +2138,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