diff -r ae0addfe117e -r ae690a8c4a18 imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp --- a/imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp Fri Jul 09 12:53:09 2010 +0100 +++ b/imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp Fri Jul 09 13:09:11 2010 +0100 @@ -52,17 +52,7 @@ __ASSERT_ALWAYS(iImageProcessorImpl.IsOutputSet(), User::Leave(KErrNotReady)); iOutputInfoImpl.SetSamplingL(aSampling); } -/** -Retrieves access to a custom extension. - -@param aExtension - The UID of the extension to be retrieved -@return Extension corresponding to the UID given as a parameter. -*/ -EXPORT_C TAny* TOutputInfo::Extension(TUid /*aExtension*/) const - { - return NULL; - } - }//namespace ImageProcessor + }//namespace ImageProcessor + //EOF