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