aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleCode.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-26 20:15:42 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-26 20:15:42 +0000
commita23d04820955e2c459956a6610063545d3e8f1aa (patch)
tree177736f63676ddede4aa31c3513a023dad46b178 /samplecode/SampleCode.h
parent814df5e8512a2e8b0d5bdab8546ed057a847f87d (diff)
remove SkInstCnt tracking of SkViewRegistry
git-svn-id: http://skia.googlecode.com/svn/trunk@4352 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'samplecode/SampleCode.h')
-rw-r--r--samplecode/SampleCode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/samplecode/SampleCode.h b/samplecode/SampleCode.h
index b60e961ded..e86ddd660e 100644
--- a/samplecode/SampleCode.h
+++ b/samplecode/SampleCode.h
@@ -83,8 +83,6 @@ private:
class SkViewRegister : public SkRefCnt {
public:
- SK_DECLARE_INST_COUNT(SkViewRegister)
-
explicit SkViewRegister(SkViewFactory*);
explicit SkViewRegister(SkViewCreateFunc);
explicit SkViewRegister(GMFactoryFunc);