[Tizen] Not execute the remove callback
[platform/core/uifw/dali-core.git] / dali / internal / event / events / gesture-event.cpp
index 9591ac3..07a11bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 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.
 
 namespace Dali
 {
-
 namespace Internal
 {
+GestureEvent::~GestureEvent() = default;
 
-GestureEvent::~GestureEvent()
-{
-}
-
-GestureEvent::GestureEvent( GestureType::Value gesture, GestureState gestureState )
-: gestureType( gesture ),
-  state( gestureState ),
-  time( 0 )
+GestureEvent::GestureEvent(GestureType::Value gesture, GestureState gestureState)
+: gestureType(gesture),
+  state(gestureState),
+  time(0)
 {
 }
 } // namespace Internal