remove refs to bicubic in docs

This commit is contained in:
John Cupitt 2012-07-01 11:06:42 +01:00
parent 2427b2896c
commit ec53b1af74
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
18/6/12 started 7.28.9 18/6/12 started 7.28.9
- slightly more memory debugging output - slightly more memory debugging output
- remove references to the static bicubic interpolator from the docs
18/6/12 started 7.28.8 18/6/12 started 7.28.8
- fixes for centos5 portability - fixes for centos5 portability

View File

@ -139,7 +139,6 @@ interpolators:
\begin{verbatim} \begin{verbatim}
VipsInterpolate *vips_interpolate_nearest_static( void ); VipsInterpolate *vips_interpolate_nearest_static( void );
VipsInterpolate *vips_interpolate_bilinear_static( void ); VipsInterpolate *vips_interpolate_bilinear_static( void );
VipsInterpolate *vips_interpolate_bicubic_static( void );
\end{verbatim} \end{verbatim}
\noindent \noindent

View File

@ -59,7 +59,7 @@
/** /**
* SECTION: interpolate * SECTION: interpolate
* @short_description: various interpolators: nearest, bilinear, bicubic, and * @short_description: various interpolators: nearest, bilinear, and
* some non-linear * some non-linear
* @stability: Stable * @stability: Stable
* @include: vips/vips.h * @include: vips/vips.h