Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_bline.h
index c884908..4599d26 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -78,8 +79,6 @@ public:
        virtual String get_name()const;
        virtual String get_local_name()const;
 
-       virtual ValueNode* clone(const GUID& deriv_guid=GUID())const;
-
        virtual ListEntry create_list_entry(int index, Time time=0, Real origin=0.5);
 
 protected: