Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e3bbad2537e01ae377cac0b4e00c3ecfec0bd1ae
Authored by
Scott Klum
2014-10-02 13:39:39 -0400
1 parent
8b446722
Forgot a change to stream
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
openbr/plugins/stream.cpp
openbr/plugins/stream.cpp
View file @
e3bbad2
...
...
@@ -1531,11 +1531,6 @@ public:
1531
1531
processingStages.clear();
1532
1532
}
1533
1533
1534
- DirectStreamTransform()
1535
- {
1536
- readStage = NULL;
1537
- }
1538
-
1539
1534
protected:
1540
1535
QList<bool> stage_variance;
1541
1536
...
...