| 31 | using namespace Freenect2Driver; |
| 32 | |
| 33 | Registration::Registration(libfreenect2::Freenect2Device* dev) : |
| 34 | dev(dev), |
| 35 | reg(NULL), |
| 36 | enabled(false) |
| 37 | { |
| 38 | } |
| 39 | |
| 40 | Registration::~Registration() { |
| 41 | delete reg; |
nothing calls this directly
no outgoing calls
no test coverage detected