Update copyright year to 2015 for public api: core
[platform/core/uifw/dali-core.git] / dali / public-api / actors / custom-actor.h
index 12976c1..441b052 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_CUSTOM_ACTOR_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -101,16 +101,6 @@ public:
    */
   CustomActor& operator=(const CustomActor& 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
-   */
-  CustomActor& operator=(BaseHandle::NullType* rhs);
-
 public: // Not intended for application developers
 
   /**