Chromium Code Reviews| Index: src/core/SkLiteDL.cpp |
| diff --git a/src/core/SkLiteDL.cpp b/src/core/SkLiteDL.cpp |
| index bf722e72c967a7fe16fa0707fbf2bca1d51acc9a..0592e7622d8272344bfff1a0d98a7657f38b0307 100644 |
| --- a/src/core/SkLiteDL.cpp |
| +++ b/src/core/SkLiteDL.cpp |
| @@ -786,10 +786,6 @@ SkRect SkLiteDL::onGetBounds() { |
| return fBounds; |
| } |
| -bool SkLiteDL::empty() const { |
| - return fUsed == 0; |
| -} |
| - |
| SkLiteDL:: SkLiteDL(SkRect bounds) : fUsed(0), fReserved(0), fBounds(bounds) {} |
| SkLiteDL::~SkLiteDL() { |