diff --git a/openbr/plugins/stream.cpp b/openbr/plugins/stream.cpp index 7f83e08..76a4373 100644 --- a/openbr/plugins/stream.cpp +++ b/openbr/plugins/stream.cpp @@ -1599,14 +1599,6 @@ public: bool timeVarying() const { return true; } - // Stream acts as a shallow interface to DirectStream, so it's fine to remove ourselves here - Transform *simplify(bool &newTransform) - { - newTransform = false; - - return basis->simplify(newTransform); - } - void project(const Template &src, Template &dst) const { basis->project(src,dst);