Follow up to animated GIF PR

This commit is contained in:
Garrett Moon
2016-04-19 13:13:06 -07:00
parent 39da0987a3
commit 0fc39d1ccd
24 changed files with 91 additions and 93 deletions

View File

@@ -11,7 +11,6 @@
@interface ASImageNode ()
{
ASDN::RecursiveMutex _animatedImageLock;
ASDN::RecursiveMutex _animatedImagePausedLock;
ASDN::Mutex _displayLinkLock;
id <ASAnimatedImageProtocol> _animatedImage;
BOOL _animatedImagePaused;