diff options
Diffstat (limited to 'src/being/compoundsprite.h')
-rw-r--r-- | src/being/compoundsprite.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being/compoundsprite.h b/src/being/compoundsprite.h index 96b14d653..71a77e87e 100644 --- a/src/being/compoundsprite.h +++ b/src/being/compoundsprite.h @@ -117,9 +117,6 @@ class CompoundSprite notfinal : public Sprite void initCurrentCacheItem() const; - virtual void updateDrawSprites() - { } - typedef std::list<CompoundItem*> ImagesCache; mutable ImagesCache imagesCache; mutable CompoundItem *mCacheItem; |