Remove vao, vbo and ibo property declarations from simplespheregeometryprojection class

This commit is contained in:
Alexander Bock
2015-05-19 01:09:57 +02:00
parent dc665639d5
commit 8860a1cd1f
2 changed files with 0 additions and 13 deletions
@@ -54,10 +54,6 @@ private:
properties::IntProperty _segments;
std::string _name;
properties::IntProperty _vaoID;
properties::IntProperty _vBufferID;
properties::IntProperty _iBufferID;
PowerScaledSphere* _planet;
};