aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--samplecode/SampleCode.h2
-rw-r--r--src/views/SkView.cpp2
2 files changed, 0 insertions, 4 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);
diff --git a/src/views/SkView.cpp b/src/views/SkView.cpp
index 39e17fce14..855d6a98e8 100644
--- a/src/views/SkView.cpp
+++ b/src/views/SkView.cpp
@@ -8,8 +8,6 @@
#include "SkView.h"
#include "SkCanvas.h"
-SK_DEFINE_INST_COUNT(SkViewRegister)
-
////////////////////////////////////////////////////////////////////////
SkView::SkView(uint32_t flags) : fFlags(SkToU8(flags))