Remove handle::operator=(NULL) as it is duplicating handle.Reset() functionality...
[platform/core/uifw/dali-core.git] / dali / public-api / animation / animation.h
index 77e49bb..2d97db6 100644 (file)
@@ -189,16 +189,6 @@ public:
   Animation& operator=(const Animation& 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
-   */
-  Animation& operator=(BaseHandle::NullType* rhs);
-
-  /**
    * @brief Set the duration of an animation.
    *
    * @pre durationSeconds must be greater than zero.