diff --git a/include/boost/gil/extension/numeric/convolve.hpp b/include/boost/gil/extension/numeric/convolve.hpp index 152ffd776..0bff6d501 100644 --- a/include/boost/gil/extension/numeric/convolve.hpp +++ b/include/boost/gil/extension/numeric/convolve.hpp @@ -46,7 +46,6 @@ void correlate_rows_imp(const SrcView& src, const Kernel& ker, const DstView& ds typedef typename pixel_proxy::type PIXEL_SRC_REF; typedef typename pixel_proxy::type PIXEL_DST_REF; - typedef typename Kernel::value_type kernel_type; if(ker.size()==1) {//reduces to a multiplication view_multiplies_scalar(src,*ker.begin(),dst);