summaryrefslogtreecommitdiff
path: root/src/compoundsprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r--src/compoundsprite.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h
index 7c91eb73..a309ad3d 100644
--- a/src/compoundsprite.h
+++ b/src/compoundsprite.h
@@ -90,9 +90,6 @@ public:
{ mNeedsRedraw = true; }
private:
- using SpriteIterator = std::vector<Sprite *>::iterator;
- using SpriteConstIterator = std::vector<Sprite *>::const_iterator;
-
void redraw() const;
mutable Image *mImage = nullptr;