src/core/object.h
changeset 2404 6d2c158547b3
parent 2402 0950067d70a2
child 2420 7b145012b2eb
--- a/src/core/object.h	Sat Feb 09 02:28:21 2008 +0100
+++ b/src/core/object.h	Sat Feb 09 02:35:38 2008 +0100
@@ -140,13 +140,6 @@
    *          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 &parameters) const;