diff --git a/src/osgSim/SphereSegment.cpp b/src/osgSim/SphereSegment.cpp index 1ad5c2a57..4446abf81 100644 --- a/src/osgSim/SphereSegment.cpp +++ b/src/osgSim/SphereSegment.cpp @@ -145,24 +145,28 @@ public: Side(SphereSegment* ss, SphereSegment::SideOrientation po, SphereSegment::BoundaryAngle pa): osg::Drawable(), _ss(ss), _planeOrientation(po), _BoundaryAngle(pa) {} - Side():_ss(0) - { - OSG_WARN<< - "Warning: unexpected call to osgSim::SphereSegment::Side() default constructor"<