From 27a4326ba99b572b47184e7bcc5dfa7addb649e2 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Thu, 2 Oct 2014 13:36:41 -0400 Subject: [PATCH] Reverted changes to stream --- openbr/plugins/stream.cpp | 8 -------- 1 file changed, 0 insertions(+), 8 deletions(-) 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); -- libgit2 0.21.4