13
0

remove now-non-existent method from Lua

This commit is contained in:
Paul Davis 2017-04-03 23:35:03 +02:00
parent 3e33b0642d
commit d16ae875be

View File

@ -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)