Removed obsolete clone mehtod from proposal_substructure

This commit is contained in:
Martin Willi
2011-01-05 16:45:51 +01:00
parent 6b69c03d13
commit 6844c156fc
2 changed files with 0 additions and 37 deletions
@@ -110,13 +110,6 @@ struct proposal_substructure_t {
*/
proposal_t * (*get_proposal) (proposal_substructure_t *this);
/**
* Clones an proposal_substructure_t object.
*
* @return cloned object
*/
proposal_substructure_t* (*clone) (proposal_substructure_t *this);
/**
* Destroys an proposal_substructure_t object.
*/