omxil_generic/omxilcomplib/src/omxilcallbackmanagerif.h
changeset 5 fb6faddbb212
parent 0 0e4a32b9112d
--- a/omxil_generic/omxilcomplib/src/omxilcallbackmanagerif.h	Fri Sep 17 08:38:32 2010 +0300
+++ b/omxil_generic/omxilcomplib/src/omxilcallbackmanagerif.h	Thu Oct 14 10:21:48 2010 +0100
@@ -174,20 +174,6 @@
 		OMX_COMMANDTYPE aOmxCommand,
 		OMX_U32 aOmxPortIndex) = 0;
 
-#ifdef _OMXIL_COMMON_IL516C_ON
-	/**
-	   Method to request from the tunnelled component the ejection of the
-	   buffers present in one of its ports
-
-	   @param [in] aLocalOmxPortIndex The index of the local port that is
-	   tunnelled to the component that the ejection request applies to
-
-	   @return OMX_ERRORTYPE
-	*/
-	virtual OMX_ERRORTYPE EjectBuffersRequest(
-		OMX_U32 aLocalOmxPortIndex) = 0;
-#endif
-
 	};
 
 #include "omxilcallbackmanagerif.inl"