Remove handle::operator=(NULL) as it is duplicating handle.Reset() functionality...
[platform/core/uifw/dali-core.git] / dali / public-api / object / type-info.h
index 603153a..cf46eb3 100644 (file)
@@ -108,16 +108,6 @@ public:
   TypeInfo& operator=(const TypeInfo& 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
-   */
-  TypeInfo& operator=(BaseHandle::NullType* rhs);
-
-  /**
    * @brief Retrieve the type name for this type.
    *
    * @return string name