remove duplicated assignment
This commit is contained in:
@@ -143,10 +143,6 @@ void ClippingAnimation::start( const AnimatableShapeSharedPtr& rShape,
|
|||||||
"ClippingAnimation::start(): Shape already set" );
|
"ClippingAnimation::start(): Shape already set" );
|
||||||
OSL_ENSURE( !mpAttrLayer,
|
OSL_ENSURE( !mpAttrLayer,
|
||||||
"ClippingAnimation::start(): Attribute layer already set" );
|
"ClippingAnimation::start(): Attribute layer already set" );
|
||||||
|
|
||||||
mpShape = rShape;
|
|
||||||
mpAttrLayer = rAttrLayer;
|
|
||||||
|
|
||||||
ENSURE_OR_THROW( rShape,
|
ENSURE_OR_THROW( rShape,
|
||||||
"ClippingAnimation::start(): Invalid shape" );
|
"ClippingAnimation::start(): Invalid shape" );
|
||||||
ENSURE_OR_THROW( rAttrLayer,
|
ENSURE_OR_THROW( rAttrLayer,
|
||||||
|
Reference in New Issue
Block a user