The "Spherize" layer doesn't need to inherit from Layer_Composite. This fixes the...
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / sphere_distort.cpp
index d66262b..7c1024a 100644 (file)
@@ -81,8 +81,7 @@ SYNFIG_LAYER_SET_CVS_ID(Layer_SphereDistort,"$Id$");
 /* === E N T R Y P O I N T ================================================= */
 
 Layer_SphereDistort::Layer_SphereDistort()
-:Layer_Composite(1.0,Color::BLEND_STRAIGHT),
-center(0,0),
+:center(0,0),
 radius(1),
 percent(1.0),
 type(TYPE_NORMAL),