aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleChineseFling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleChineseFling.cpp')
-rw-r--r--samplecode/SampleChineseFling.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/samplecode/SampleChineseFling.cpp b/samplecode/SampleChineseFling.cpp
index 536f2c2abd..fb9ba29885 100644
--- a/samplecode/SampleChineseFling.cpp
+++ b/samplecode/SampleChineseFling.cpp
@@ -79,8 +79,6 @@ protected:
// now "fling" a random amount
fIndex += fRand.nextRangeU(5, 20);
fIndex %= fBlobs.count();
-
- this->inval(nullptr);
}
private: