diff -r 4ce423f34688 -r e267340986c9 mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp Fri Sep 17 08:33:15 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp Mon Oct 04 00:51:56 2010 +0300 @@ -94,19 +94,6 @@ iProxy = context->CallProxy; iStreamType = context->StreamType; TMSFormatBodyImpl::SetProxy(iProxy, queuehandler); - static_cast(queuehandler)->AddObserver(*this, - TMS_FORMAT_G729); } } - -void TMSG729FormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/, - void* /*user_data*/) - { - switch (aEventType) - { - default: - break; - } - } - // End of file