From 57c2b8b16ab958214ecad2c4bd4aad75f7d255c6 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Sun, 31 Dec 2017 15:23:54 -0500 Subject: remove unused declarations Bug: skia: Change-Id: If8ca5e3d649dab3cf8b2bdb1cf072ff23cea9465 Reviewed-on: https://skia-review.googlesource.com/90026 Reviewed-by: Mike Reed Commit-Queue: Mike Reed --- src/core/SkRefDict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/SkRefDict.h') diff --git a/src/core/SkRefDict.h b/src/core/SkRefDict.h index fec49ceb7a..cc2a7889bb 100644 --- a/src/core/SkRefDict.h +++ b/src/core/SkRefDict.h @@ -15,7 +15,7 @@ * A dictionary of string,refcnt pairs. The dictionary is also an owner of the * refcnt objects while they are contained. */ -class SK_API SkRefDict : SkNoncopyable { +class SkRefDict : SkNoncopyable { public: SkRefDict(); ~SkRefDict(); -- cgit v1.2.3