diff --git a/openbr/plugins/template.cpp b/openbr/plugins/template.cpp index 3c289f9..fbf68ad 100644 --- a/openbr/plugins/template.cpp +++ b/openbr/plugins/template.cpp @@ -93,22 +93,6 @@ class SelectPointsTransform : public UntrainableMetadataTransform BR_REGISTER(Transform, SelectPointsTransform) -/*! - * \ingroup transforms - * \brief Does nothing. - */ -class NoneTransform : public UntrainableMetaTransform -{ - Q_OBJECT - - void project(const Template &src, Template &dst) const - { - dst = src; - } -}; - -BR_REGISTER(Transform, NoneTransform) - } // namespace br #include "template.moc"