diff -r bab96b7ed1a4 -r f39ed5e045e0 phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h --- a/phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h Tue Jun 15 14:14:38 2010 +0100 +++ b/phoneengine/phonemodel/inc/cpeparsermanufacturerhandler.h Thu Jul 22 16:33:21 2010 +0100 @@ -81,27 +81,6 @@ */ void ProcessDebugL( const TDesC& aCode ); - private: - - /** - * Gets phone model and sw version - * @param aSwVersion sw version - * return Error Code - */ - TInt GetSwVersionAndPhoneModelL( TDes& aSwVersion ); - - /** - * Add phone model to sw version - * @param aSwVersion sw version - */ - void AppendPhoneModelL( TDes& aSwVersion ); - - /** - * Remove needless line from string - * @param aSwVersion sw version - */ - void RemoveLinesAfterThreeLines( TDes& aSwVersion ); - private: //MPEPhoneModelInternal is used to send message to the phone application MPEPhoneModelInternal& iModel;