diff -r ae0addfe117e -r ae690a8c4a18 imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessorinputinfo.cpp --- a/imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessorinputinfo.cpp Fri Jul 09 12:53:09 2010 +0100 +++ b/imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessorinputinfo.cpp Fri Jul 09 13:09:11 2010 +0100 @@ -135,17 +135,6 @@ return iInputInfoImpl.HasAlphaL(); } -/** -Retrieves access to a custom extension. - -@param aExtension - The UID of the extension to be retrieved + }//namespace ImageProcessor -@return Extension corresponding to the UID given as a parameter. -*/ -EXPORT_C TAny* TInputInfo::Extension(TUid /*aExtension*/) const - { - return NULL; - } - }//namespace ImageProcessor //EOF