| 129 | |
| 130 | |
| 131 | void CameraSpline::removeAll() |
| 132 | { |
| 133 | while(front()) |
| 134 | delete remove(front()); |
| 135 | mSize = 0; |
| 136 | } |
| 137 | |
| 138 | |
| 139 | //----------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected