diff -r 4ce423f34688 -r e267340986c9 mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp Fri Sep 17 08:33:15 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp Mon Oct 04 00:51:56 2010 +0300 @@ -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; } }