wlanutilities/wpswizard/src/wpswizardstepthreenumber.cpp
changeset 62 b47b808de481
parent 56 de27cc8389dd
--- a/wlanutilities/wpswizard/src/wpswizardstepthreenumber.cpp	Fri Sep 17 08:35:49 2010 +0300
+++ b/wlanutilities/wpswizard/src/wpswizardstepthreenumber.cpp	Mon Oct 04 02:07:04 2010 +0300
@@ -131,25 +131,11 @@
 int WpsPageStepThreeNumber::previousTriggered()
 {
     OstTraceFunctionEntry1(WPSPAGESTEPTHREENUMBER_PREVIOUSTRIGGERED_ENTRY, this);
-    
-    mWizard->setPin(0);
-    
     OstTraceFunctionExit1(WPSPAGESTEPTHREENUMBER_PREVIOUSTRIGGERED_EXIT, this);
     return (PageWpsWizardStep3_Number - PageWpsWizardStep2) - 1;
 }
 
 /*!
-   CallBack when the cancel button is clicked
- */
-void WpsPageStepThreeNumber::cancelTriggered()
-{
-    OstTraceFunctionEntry1(WPSPAGESTEPTHREENUMBER_CANCELTRIGGERED_ENTRY, this);
-    mWizard->setPin(0);    
-    OstTraceFunctionExit1(WPSPAGESTEPTHREENUMBER_CANCELTRIGGERED_EXIT, this);
-}
-
-
-/*!
    Determines whether the Next action button should be enabled or not
    
    @return bool Indicating whether next button is enabled or not.