messagingapp/msgui/msgapp/inc/msgviewmanager.h
changeset 56 f42d9a78f435
parent 46 b1f0785c289d
child 62 fdbe8253b596
--- a/messagingapp/msgui/msgapp/inc/msgviewmanager.h	Wed Aug 18 00:46:12 2010 +0530
+++ b/messagingapp/msgui/msgapp/inc/msgviewmanager.h	Tue Aug 31 18:53:38 2010 +0530
@@ -33,7 +33,6 @@
 class MsgSettingsView;
 class HbAction;
 class HbView;
-class MsgAudioFetcherView;
 
 class MsgViewManager: public QObject
 {
@@ -178,11 +177,6 @@
     void populateUniEditorAfterViewReady(const QVariantList& editorData);
     
     /**
-     * Launch Audio fetcher view
-     */
-    void switchToAudioFetcher(const QVariantList& data);
-	
-	/**
 	 * opens unieditor as activity.
 	 * @param activityMsgId activity msg id.
 	 */
@@ -247,7 +241,7 @@
     UnifiedViewer* mUniViewer;
     DraftsListView* mDraftsListView;
     MsgSettingsView* mSettingsView;
-    MsgAudioFetcherView* mAudioFetcherView;
+    
     HbAction* mBackAction;
 
     int mPreviousView;