aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleConcavePaths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleConcavePaths.cpp')
-rw-r--r--samplecode/SampleConcavePaths.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/samplecode/SampleConcavePaths.cpp b/samplecode/SampleConcavePaths.cpp
index 7ff6819ac4..de9f9b6334 100644
--- a/samplecode/SampleConcavePaths.cpp
+++ b/samplecode/SampleConcavePaths.cpp
@@ -134,12 +134,6 @@ protected:
}
}
- virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y,
- unsigned modi) {
- this->inval(nullptr);
- return this->INHERITED::onFindClickHandler(x, y, modi);
- }
-
private:
typedef SampleView INHERITED;
};