From 3fe99b0c7c2e4cc97779a79a06b86317810dc6a3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 8 Dec 2016 15:41:21 +0100 Subject: remove dups. --- libs/ardour/luabindings.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc index 2bf3016b40..7711b1762a 100644 --- a/libs/ardour/luabindings.cc +++ b/libs/ardour/luabindings.cc @@ -1832,9 +1832,6 @@ LuaBindings::common (lua_State* L) .addFunction ("remove_route_group", (void (Session::*)(RouteGroup*))&Session::remove_route_group) .addExtCFunction ("timecode_to_sample_lua", ARDOUR::LuaAPI::timecode_to_sample_lua) .addExtCFunction ("sample_to_timecode_lua", ARDOUR::LuaAPI::sample_to_timecode_lua) - .addFunction ("timecode_frames_per_hour", &Session::timecode_frames_per_hour) - .addFunction ("timecode_frames_per_second", &Session::timecode_frames_per_second) - .addFunction ("timecode_drop_frames", &Session::timecode_drop_frames) .endClass () .beginClass ("RegionFactory") -- cgit v1.2.3