| 659 | } |
| 660 | |
| 661 | Freenect2DeviceImpl::~Freenect2DeviceImpl() |
| 662 | { |
| 663 | close(); |
| 664 | context_->removeDevice(this); |
| 665 | |
| 666 | delete pipeline_; |
| 667 | } |
| 668 | |
| 669 | int Freenect2DeviceImpl::nextCommandSeq() |
| 670 | { |
nothing calls this directly
no test coverage detected