Commit bca8e289c40c4d4ee7648b55a1eab069fa8e50dc

Authored by Charles Otto
1 parent 9d582cb5

Remove unused property from DFFSTransform

Showing 1 changed file with 0 additions and 2 deletions
openbr/plugins/eigen3.cpp
... ... @@ -253,9 +253,7 @@ class DFFSTransform : public Transform
253 253 {
254 254 Q_OBJECT
255 255 Q_PROPERTY(float keep READ get_keep WRITE set_keep RESET reset_keep STORED false)
256   - Q_PROPERTY(br::Transform *transform READ get_transform WRITE set_transform STORED false)
257 256 BR_PROPERTY(float, keep, 0.95)
258   - BR_PROPERTY(br::Transform*, transform, NULL)
259 257  
260 258 PCATransform pca;
261 259 Transform *cvtFloat;
... ...