remove now-non-existent method from Lua

This commit is contained in:
Paul Davis 2017-04-03 23:35:03 +02:00
parent 1a65fa19f7
commit 682f3dd482

View file

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