Update copyright year to 2015 for public api: core
[platform/core/uifw/dali-core.git] / dali / public-api / events / gesture-detector.cpp
index ac97177..0c27828 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.
@@ -53,13 +53,6 @@ GestureDetector& GestureDetector::operator=(const GestureDetector& rhs)
   return *this;
 }
 
-GestureDetector& GestureDetector::operator=(BaseHandle::NullType* rhs)
-{
-  DALI_ASSERT_ALWAYS( (rhs == NULL) && "Can only assign NULL pointer to handle");
-  Reset();
-  return *this;
-}
-
 void GestureDetector::Attach(Actor actor)
 {
   GetImplementation(*this).Attach(GetImplementation(actor));