diff -r 61516c5786af -r 00076e39386f sensorservices/orientationssy/src/SsyChannel.cpp --- a/sensorservices/orientationssy/src/SsyChannel.cpp Wed Jun 23 22:58:50 2010 +0100 +++ b/sensorservices/orientationssy/src/SsyChannel.cpp Thu Jul 22 16:45:41 2010 +0100 @@ -303,17 +303,6 @@ break; case EChannelOpening: { - // Before completing channel opening, get max data rate from actual SSY - if ( !iSensorProperties->DataRateUpdated() ) - { - TSensrvProperty maxdatarate; - RSensrvChannelList affectedChannels; - // Get max data rate - iOrientationHandler->GetMaxDataRateL( maxdatarate ); - // Set property - iSensorProperties->SetProperty( maxdatarate, affectedChannels ); - } - SetChannelState( EChannelOpen ); iCallback->ChannelOpened( iChannelInfo.iChannelId, iStatus.Int(), this, this ); break;