Removed redundent _boundingBoxComputed

This commit is contained in:
Robert Osfield
2016-06-14 18:27:27 +01:00
parent 99bb4b8d17
commit 819ce6c0d1
2 changed files with 2 additions and 5 deletions

View File

@@ -457,7 +457,6 @@ class OSG_EXPORT Drawable : public Node
BoundingBox _initialBound;
ref_ptr<ComputeBoundingBoxCallback> _computeBoundCallback;
mutable BoundingBox _boundingBox;
mutable bool _boundingBoxComputed;
ref_ptr<Shape> _shape;