summaryrefslogtreecommitdiff
path: root/src/resources/spritedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r--src/resources/spritedef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h
index 642962c0b..9b60ae2ff 100644
--- a/src/resources/spritedef.h
+++ b/src/resources/spritedef.h
@@ -183,7 +183,6 @@ class SpriteDef : public Resource
typedef std::map<std::string, ImageSet*> ImageSets;
typedef ImageSets::iterator ImageSetIterator;
-// typedef std::map<std::string, std::map<unsigned, Action*>*> Actions;
typedef std::map<unsigned, std::map<std::string, Action*>*> Actions;
ImageSets mImageSets;