remove duplicated assignment

This commit is contained in:
David Tardon
2012-02-16 06:11:52 +01:00
parent f8e3ec2892
commit 9b3963ce53

View File

@@ -143,10 +143,6 @@ void ClippingAnimation::start( const AnimatableShapeSharedPtr& rShape,
"ClippingAnimation::start(): Shape already set" );
OSL_ENSURE( !mpAttrLayer,
"ClippingAnimation::start(): Attribute layer already set" );
mpShape = rShape;
mpAttrLayer = rAttrLayer;
ENSURE_OR_THROW( rShape,
"ClippingAnimation::start(): Invalid shape" );
ENSURE_OR_THROW( rAttrLayer,