omxil_generic/omxilcomplib/src/omxilincontextcallbackmanager.cpp
changeset 5 fb6faddbb212
parent 0 0e4a32b9112d
--- 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)