Revert "Revert "Removed TouchEvent from actor & stage""
[platform/core/uifw/dali-core.git] / automated-tests / src / dali / utc-Dali-WeakHandle.cpp
index e7f3b70..a30b03d 100644 (file)
@@ -64,10 +64,6 @@ struct MyTestCustomActor : public CustomActorImpl
   virtual void OnSizeAnimation(Animation& animation, const Vector3& targetSize)
   {
   }
-  virtual bool OnTouchEvent(const TouchEvent& event)
-  {
-    return true;
-  }
   virtual bool OnHoverEvent(const HoverEvent& event)
   {
     return true;
@@ -489,4 +485,3 @@ int UtcDaliWeakHandleMoveAssignment(void)
 
   END_TEST;
 }
-