Removed obsolete clone mehtod from proposal_substructure
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user