X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-base.h;h=2246d6c64dcfc1bbf35ab67a596e62cbabc0314b;hb=1806816d0c6af45354de742d27fc6f25ddc145d5;hp=86cb25b8e85feeebe2af1d7bbf985e56d5cbd22c;hpb=3fa7d3c35e3cd73455bd9e6c248f067f2a1b24b6;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/window-base.h b/dali/internal/window-system/common/window-base.h index 86cb25b..2246d6c 100644 --- a/dali/internal/window-system/common/window-base.h +++ b/dali/internal/window-system/common/window-base.h @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include @@ -70,7 +69,6 @@ public: typedef Signal< void ( ) > DeleteSignalType; typedef Signal< void ( const DamageArea& ) > DamageSignalType; typedef Signal< void ( const RotationEvent& ) > RotationSignalType; - typedef Signal< void ( DevelWindow::EffectState, DevelWindow::EffectType ) > TransitionEffectEventSignalType; // Input events typedef Signal< void ( Integration::Point&, uint32_t ) > TouchEventSignalType; @@ -413,11 +411,6 @@ public: */ AccessibilitySignalType& AccessibilitySignal(); - /** - * @brief This signal is emitted when window's transition animation is started or ended. - */ - TransitionEffectEventSignalType& TransitionEffectEventSignal(); - protected: // Undefined @@ -441,7 +434,6 @@ protected: SelectionSignalType mSelectionDataReceivedSignal; StyleSignalType mStyleChangedSignal; AccessibilitySignalType mAccessibilitySignal; - TransitionEffectEventSignalType mTransitionEffectEventSignal; }; } // namespace Adaptor