remove now-non-existent method from Lua
This commit is contained in:
parent
3e33b0642d
commit
d16ae875be
@ -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…
Reference in New Issue
Block a user