diff -r fcdfafb36fe7 -r aecbbf00d063 uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h --- a/uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h Thu Aug 19 10:11:06 2010 +0300 +++ b/uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h Tue Aug 31 15:28:30 2010 +0300 @@ -47,8 +47,6 @@ protected: TBool OkToExitL(TInt aButtonId); - void HandlePointerEventL(const TPointerEvent& aPointerEvent); - private: virtual void CEikDialog_Reserved_1(); virtual void CEikDialog_Reserved_2(); @@ -58,7 +56,6 @@ CAknListQueryNotificationDialog** iSelfPtr; TBool iPanning; TBool iFlick; - TBool iPointerUpEaten; }; #endif // __AKNLISTQUERYNOTIFICATIONDIALOG__