messagingapp/msgui/conversationview/inc/msgcontactcardwidget.h
changeset 51 3507212d340e
parent 37 518b245aa84c
child 56 f42d9a78f435
--- 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;