| 290 | } |
| 291 | |
| 292 | void CtrlrLuaMethodManager::valueTreeChildRemoved (ValueTree& parentTree, ValueTree& child, int) |
| 293 | { |
| 294 | if (child.hasType(Ids::luaMethod)) |
| 295 | { |
| 296 | methods.removeObject (getMethodByUuid(child.getProperty(Ids::uuid).toString())); |
| 297 | } |
| 298 | } |
| 299 | |
| 300 | void CtrlrLuaMethodManager::setEditedMethod(const Uuid &methodUuid) |
| 301 | { |
nothing calls this directly
no test coverage detected