diff -r 822a45792fdd -r e1d68407ed06 wlanutilities/wpswizard/src/wpswizardstepthreenumber.cpp --- a/wlanutilities/wpswizard/src/wpswizardstepthreenumber.cpp Fri Sep 03 09:37:37 2010 +0300 +++ b/wlanutilities/wpswizard/src/wpswizardstepthreenumber.cpp Thu Sep 16 12:52:33 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.