Merge "(FrameCallback) All values now local & baking of the value supported" into...
[platform/core/uifw/dali-core.git] / dali / public-api / render-tasks / render-task-list.cpp
index 4b7175e..7bd754b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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.
@@ -48,13 +48,6 @@ RenderTaskList& RenderTaskList::operator=(const RenderTaskList& rhs)
   return *this;
 }
 
-RenderTaskList& RenderTaskList::operator=(BaseHandle::NullType* rhs)
-{
-  DALI_ASSERT_ALWAYS( (rhs == NULL) && "Can only assign NULL pointer to handle");
-  Reset();
-  return *this;
-}
-
 RenderTask RenderTaskList::CreateTask()
 {
   return GetImplementation(*this).CreateTask();