aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLazyPtr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkLazyPtr.h')
-rw-r--r--src/core/SkLazyPtr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkLazyPtr.h b/src/core/SkLazyPtr.h
index 515086876c..fa1a14e033 100644
--- a/src/core/SkLazyPtr.h
+++ b/src/core/SkLazyPtr.h
@@ -64,7 +64,6 @@
// See FIXME below.
class SkFontConfigInterface;
-class SkTypeface;
namespace Private {
@@ -100,7 +99,6 @@ public:
#ifdef SK_DEBUG
// FIXME: We know we leak refs on some classes. For now, let them leak.
void cleanup(SkFontConfigInterface*) {}
- void cleanup(SkTypeface*) {}
template <typename U> void cleanup(U* ptr) { Destroy(ptr); }
~SkLazyPtr() {