diff -r 6aaf0276100e -r c76a0b1755b9 phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpplugincommon_s.cpp --- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpplugincommon_s.cpp Thu Sep 02 20:26:16 2010 +0300 +++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpplugincommon_s.cpp Fri Sep 17 08:29:19 2010 +0300 @@ -41,20 +41,6 @@ return Unknown; } - -/*! - Tools::errorCodeTextMapping. - */ -bool Tools::errorCodeTextMapping(const int errorcode, QString &errorText) -{ - DPRINT << "DUMMY WRAPPER"; - errorText.clear(); - bool errorTextFound(true); - errorText = hbTrId("Not done"); - return errorTextFound; -} - - CpSettingsWrapper::CpSettingsWrapper(QObject *parent): QObject(parent) {