kill non-existant method
This commit is contained in:
@@ -140,13 +140,6 @@ public:
|
||||
* index is \i i.
|
||||
*/
|
||||
std::string GetParameterFullName (uint32_t i) const;
|
||||
/**
|
||||
* \param i index into parameter array
|
||||
* \param value the value to validate
|
||||
* \returns true if the input value is a valid value
|
||||
* associated to the parameter whose index is \i i.
|
||||
*/
|
||||
bool CheckParameterValue (uint32_t i, std::string value) const;
|
||||
|
||||
Ptr<Object> CreateObject (const Parameters ¶meters) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user