Comment out an unused function.
[synfig.git] / synfig-core / trunk / src / synfig / layer.cpp
index 8d6550d..e9572c5 100644 (file)
@@ -288,6 +288,7 @@ Layer::get_z_depth(const synfig::Time& t)const
        return (*dynamic_param_list().find("z_depth")->second)(t).get(Real());
 }
 
+#ifdef THIS_CODE_IS_NOT_USED
 Layer*
 Layer::simple_clone()const
 {
@@ -298,6 +299,7 @@ Layer::simple_clone()const
        ret->set_param_list(get_param_list());
        return ret;
 }
+#endif /* THIS_CODE_IS_NOT_USED */
 
 Layer::Handle
 Layer::clone(const GUID& deriv_guid) const