diff -r 2a272ef608c4 -r 3507212d340e messagingapp/msgui/conversationview/inc/msgcontactcardwidget.h --- a/messagingapp/msgui/conversationview/inc/msgcontactcardwidget.h Tue Aug 03 21:34:40 2010 +0530 +++ b/messagingapp/msgui/conversationview/inc/msgcontactcardwidget.h Fri Aug 06 23:19:50 2010 +0530 @@ -169,11 +169,6 @@ * Slot hit when the thumbnail is ready. */ void thumbnailReady(const QPixmap& pixmap, void *data, int id, int error); - - /** - * Ignore gesture events. - */ - void ignoreSignals(bool yes); /** * Slot to regrab gesture after some delay (300 ms) to avoid multiple gesture @@ -184,11 +179,6 @@ private: /** - * Bool variable on which gesture events are accepted/ignored. - */ - bool mIgnoreEvents; - - /** * Contact Number for the conversation */ QString mContactNumber;