aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRefDict.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-12-31 15:23:54 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-03 00:13:49 +0000
commit57c2b8b16ab958214ecad2c4bd4aad75f7d255c6 (patch)
tree84c2cb1b622843ec6cf36f3e0a8e30cad8d13df9 /src/core/SkRefDict.h
parente8bb6da08dc61832062e7a0e86b9ebd44953301c (diff)
remove unused declarations
Bug: skia: Change-Id: If8ca5e3d649dab3cf8b2bdb1cf072ff23cea9465 Reviewed-on: https://skia-review.googlesource.com/90026 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'src/core/SkRefDict.h')
-rw-r--r--src/core/SkRefDict.h2
1 files changed, 1 insertions, 1 deletions
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();