aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleXfer.cpp
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-11-22 13:23:35 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-22 18:59:44 +0000
commit4f99e58252175f01c0b9ca1a5e2fc7acec6acec3 (patch)
tree64458810ed2962bbdcb470a4f199feade2be2b03 /samplecode/SampleXfer.cpp
parentd923a71a113d97dc87b4424c25d5b5019331db24 (diff)
Remove a huge pile of views code
All of this is dead when not using the old SkWindow framework. TBR=reed@google.com Bug: skia: Change-Id: I0f6ab18987a98469bfd367d5bc10967300dfd3ca Reviewed-on: https://skia-review.googlesource.com/75384 Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'samplecode/SampleXfer.cpp')
-rw-r--r--samplecode/SampleXfer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/samplecode/SampleXfer.cpp b/samplecode/SampleXfer.cpp
index 4ea313d142..645ad4e1a0 100644
--- a/samplecode/SampleXfer.cpp
+++ b/samplecode/SampleXfer.cpp
@@ -148,7 +148,6 @@ class XferDemo : public SampleView {
v->setLoc(x, y);
v->setVisibleP(true);
v->setEnabledP(true);
- v->addListenerID(this->getSinkID());
this->attachChildToFront(v.get());
fModeRect[i] = SkRect::MakeXYWH(x, y + 28, 70, 2);
x += 80;