Replace dimensions code in SceneParser with a few lines of VectorParser magic

Neat!
This commit is contained in:
Eryn Wells 2014-07-15 23:33:02 -07:00
parent bdd0afddf5
commit 2834fa45c6
2 changed files with 16 additions and 56 deletions

View file

@ -31,13 +31,6 @@ private:
DimensionsSection,
ObjectsSection,
} mSection;
enum {
NoDimension,
HeightDimension,
WidthDimension,
DoneDimension
} mDimension;
};
} /* namespace yaml */