X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fevent-handler.h;h=98c868a274316f06272b4f9d61a01391e26125e3;hb=b9d16a0727133e5019ddc515fce789e7466f19a2;hp=9ad49d10d4b06dcdfc24af84c8675d4006ea8157;hpb=1b4c87bf792e3c66aa57310d9b6f9ec57be723c4;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/event-handler.h b/dali/internal/window-system/common/event-handler.h index 9ad49d1..98c868a 100644 --- a/dali/internal/window-system/common/event-handler.h +++ b/dali/internal/window-system/common/event-handler.h @@ -22,11 +22,10 @@ #include #include // uint32_t -#include +#include #include // INTERNAL INCLUDES -#include #include #include @@ -209,8 +208,6 @@ private: Dali::StyleMonitor mStyleMonitor; ///< Handle to the style monitor, set on construction, to send font size and font change events to. DamageObserver& mDamageObserver; ///< Reference to the DamageObserver, set on construction, to sent damage events to. - Dali::TextClipboardEventNotifier mClipboardEventNotifier; ///< Pointer to the clipboard event notifier - using ObserverContainer = std::vector; ObserverContainer mObservers; ///< A list of event observer pointers