| 416 | } |
| 417 | |
| 418 | void addDevice(Freenect2DeviceImpl *device) |
| 419 | { |
| 420 | if (!initialized) |
| 421 | return; |
| 422 | |
| 423 | devices_.push_back(device); |
| 424 | } |
| 425 | |
| 426 | void removeDevice(Freenect2DeviceImpl *device) |
| 427 | { |
nothing calls this directly
no outgoing calls
no test coverage detected