Remove handle::operator=(NULL) as it is duplicating handle.Reset() functionality...
[platform/core/uifw/dali-core.git] / dali / public-api / dynamics / dynamics-body-config.h
index 5312742..9f86c67 100644 (file)
@@ -110,16 +110,6 @@ public:
    */
   DynamicsBodyConfig& operator=(const DynamicsBodyConfig& rhs);
 
-  /**
-   * @brief This method is defined to allow assignment of the NULL value,
-   * and will throw an exception if passed any other value.
-   *
-   * Assigning to NULL is an alias for Reset().
-   * @param [in] rhs  A NULL pointer
-   * @return A reference to this handle
-   */
-  DynamicsBodyConfig& operator=(BaseHandle::NullType* rhs);
-
 public:
   /**
    * @brief Set the type of DynamicsBody.