diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkPixelRef.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h index 439a4ca54e..8319ec6da5 100644 --- a/include/core/SkPixelRef.h +++ b/include/core/SkPixelRef.h @@ -269,10 +269,6 @@ public: void addGenIDChangeListener(GenIDChangeListener* listener); protected: -#ifdef SK_SUPPORT_LEGACY_ONLOCKPIXELS - virtual void* onLockPixels(SkColorTable**); - virtual bool onNewLockPixels(LockRec*); -#else /** * On success, returns true and fills out the LockRec for the pixels. On * failure returns false and ignores the LockRec parameter. @@ -281,7 +277,6 @@ protected: * method need not do that. */ virtual bool onNewLockPixels(LockRec*) = 0; -#endif /** * Balancing the previous successful call to onNewLockPixels. The locked |