Index: include/core/SkStream.h |
diff --git a/include/core/SkStream.h b/include/core/SkStream.h |
index 028c5c1a4dcd68b4ef4e74eb369caf6f1f4dd82b..5ea6bf3822cacdb8807dcb00ce1418d8e38ebaae 100644 |
--- a/include/core/SkStream.h |
+++ b/include/core/SkStream.h |
@@ -41,14 +41,6 @@ public: |
virtual ~SkStream() {} |
/** |
- * @deprecated |
- * SkStream is no longer ref counted, but we leave this here for staging. |
- */ |
- void unref() { |
- SkDebugf("SkStream is no longer ref counted!"); |
- } |
- |
- /** |
* Attempts to open the specified file, and return a stream to it (using |
* mmap if available). On success, the caller is responsible for deleting. |
* On failure, returns NULL. |