diff -r 6add9366d894 -r fb6faddbb212 omxil_generic/omxilcomplib/src/omxilincontextcallbackmanager.cpp --- a/omxil_generic/omxilcomplib/src/omxilincontextcallbackmanager.cpp Fri Sep 17 08:38:32 2010 +0300 +++ b/omxil_generic/omxilcomplib/src/omxilincontextcallbackmanager.cpp Thu Oct 14 10:21:48 2010 +0100 @@ -647,19 +647,6 @@ } -#ifdef _OMXIL_COMMON_IL516C_ON -OMX_ERRORTYPE -COmxILInContextCallbackManager::EjectBuffersRequest( - OMX_U32 aLocalOmxPortIndex) - { - DEBUG_PRINTF2(_L8("COmxILInContextCallbackManager::EjectBuffersRequest : aLocalOmxPortIndex[%d]"), aLocalOmxPortIndex); - - OMX_ERRORTYPE omxError = DoEjectBuffersRequest(aLocalOmxPortIndex); - return omxError; - - } -#endif - void COmxILInContextCallbackManager::FlushQueue( RCbMgrBufferQueue& aQueue)