mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 01:47:43 +01:00
drop std::vector<double> lua binding. not used in the backend
This commit is contained in:
parent
91f2f46a0a
commit
b9a1ac06e3
1 changed files with 0 additions and 4 deletions
|
|
@ -87,10 +87,6 @@ LuaBindings::stddef (lua_State* L)
|
|||
// register float array (int32_t*)
|
||||
.registerArray <int32_t> ("IntArray")
|
||||
|
||||
// std::vector<std::string>
|
||||
.beginStdVector <double> ("DoubleVector")
|
||||
.endClass ()
|
||||
|
||||
// TODO std::set
|
||||
.endNamespace ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue