diff --git a/openbr/plugins/gui.cpp b/openbr/plugins/gui.cpp index cd56e7a..e3c6577 100644 --- a/openbr/plugins/gui.cpp +++ b/openbr/plugins/gui.cpp @@ -379,12 +379,6 @@ public: void train(const TemplateList &data) { (void) data; } - void project(const TemplateList &src, TemplateList &dst) const - { - Transform * non_const = (ShowTransform *) this; - non_const->projectUpdate(src,dst); - } - void projectUpdate(const TemplateList &src, TemplateList &dst) { dst = src; @@ -550,12 +544,6 @@ public: void train(const TemplateList &data) { (void) data; } - void project(const TemplateList &src, TemplateList &dst) const - { - Transform * non_const = (ElicitTransform *) this; - non_const->projectUpdate(src,dst); - } - void projectUpdate(const TemplateList &src, TemplateList &dst) { dst = src;