| 1293 | } |
| 1294 | |
| 1295 | Freenect2Device *Freenect2::openDefaultDevice() |
| 1296 | { |
| 1297 | return openDevice(0); |
| 1298 | } |
| 1299 | |
| 1300 | Freenect2Device *Freenect2::openDefaultDevice(const PacketPipeline *pipeline) |
| 1301 | { |
nothing calls this directly
no outgoing calls
no test coverage detected