apengine/apsettingshandlerui/src/ApMultiLineDataQueryDialog.cpp
changeset 66 ed07dcc72692
parent 0 5a93021fdf25
--- a/apengine/apsettingshandlerui/src/ApMultiLineDataQueryDialog.cpp	Fri Sep 17 08:32:43 2010 +0300
+++ b/apengine/apsettingshandlerui/src/ApMultiLineDataQueryDialog.cpp	Mon Oct 04 00:43:42 2010 +0300
@@ -34,18 +34,7 @@
                            TDes&  aText1, TDes&  aText2,
                            TTone aTone )
     {
-    APSETUILOGGER_ENTERFN( EOther,"MultiQuery::NewL")
-    
-    CApMultiLineDataQueryDialog* self = 
-        new (ELeave) CApMultiLineDataQueryDialog(aTone);
-    CleanupStack::PushL(self);
-
-    self->SetDataL( aText1, aText2 );
-
-    CleanupStack::Pop(self);
-    
-    APSETUILOGGER_LEAVEFN( EOther,"MultiQuery::NewL")
-    return self;
+    return NULL;
     }
 
 
@@ -56,7 +45,6 @@
 CApMultiLineDataQueryDialog::CApMultiLineDataQueryDialog( const TTone& aTone )
 : CAknMultiLineDataQueryDialog( aTone )
     {
-    APSETUILOGGER_ENTERFN( EOther,"MultiQuery::CApMultiLineDataQueryDialog<->")
     }
 
 
@@ -66,12 +54,6 @@
 //
 void CApMultiLineDataQueryDialog::UpdateLeftSoftKeyL()
     {
-    APSETUILOGGER_ENTERFN( EOther,"MultiQuery::UpdateLeftSoftKeyL")
-    
-    CAknMultiLineDataQueryDialog::UpdateLeftSoftKeyL();
-    MakeLeftSoftkeyVisible( ETrue );
-    
-    APSETUILOGGER_LEAVEFN( EOther,"MultiQuery::UpdateLeftSoftKeyL")
     }
 
 // End of File