messagingapp/msgui/conversationview/inc/msgcontactcardwidget.h
changeset 52 12db4185673b
parent 44 36f374c67aa8
child 70 a15d9966050f
--- a/messagingapp/msgui/conversationview/inc/msgcontactcardwidget.h	Tue Jul 06 14:12:40 2010 +0300
+++ b/messagingapp/msgui/conversationview/inc/msgcontactcardwidget.h	Wed Aug 18 09:45:25 2010 +0300
@@ -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;