| 41 | } |
| 42 | |
| 43 | CtrlrLuaMethod::~CtrlrLuaMethod() |
| 44 | { |
| 45 | methodTree.removeListener (this); |
| 46 | masterReference.clear(); |
| 47 | deleteAndZero (luaObject); |
| 48 | } |
| 49 | |
| 50 | void CtrlrLuaMethod::remove() // this is called by the manager to remove us permanently, cleanup and stuff |
| 51 | { |
nothing calls this directly
no test coverage detected