Commit 27a4326ba99b572b47184e7bcc5dfa7addb649e2
1 parent
b1e7b8d2
Reverted changes to stream
Showing
1 changed file
with
0 additions
and
8 deletions
openbr/plugins/stream.cpp
| @@ -1599,14 +1599,6 @@ public: | @@ -1599,14 +1599,6 @@ public: | ||
| 1599 | 1599 | ||
| 1600 | bool timeVarying() const { return true; } | 1600 | bool timeVarying() const { return true; } |
| 1601 | 1601 | ||
| 1602 | - // Stream acts as a shallow interface to DirectStream, so it's fine to remove ourselves here | ||
| 1603 | - Transform *simplify(bool &newTransform) | ||
| 1604 | - { | ||
| 1605 | - newTransform = false; | ||
| 1606 | - | ||
| 1607 | - return basis->simplify(newTransform); | ||
| 1608 | - } | ||
| 1609 | - | ||
| 1610 | void project(const Template &src, Template &dst) const | 1602 | void project(const Template &src, Template &dst) const |
| 1611 | { | 1603 | { |
| 1612 | basis->project(src,dst); | 1604 | basis->project(src,dst); |