diff -r a493a607b5bf -r eabc8c503852 mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp Fri Sep 03 19:34:12 2010 -0500 +++ b/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp Tue Sep 21 11:38:43 2010 -0500 @@ -154,18 +154,6 @@ iProxy = context->CallProxy; iStreamType = context->StreamType; TMSFormatBodyImpl::SetProxy(iProxy, queuehandler); - static_cast(queuehandler)->AddObserver(*this, - TMS_FORMAT_G711); - } - } - -void TMSG711FormatBodyImpl::QueueEvent(TInt aEventType, TInt /* aError*/, - void* /*user_data*/) - { - switch (aEventType) - { - default: - break; } }