# HG changeset patch # User Rik # Date 1409370291 25200 # Node ID 1c4994e6696219b09925700834451aa028d0a699 # Parent edf5d63c82e1fc837c2bad5d748c6be3a33beae8 doc: Remove references to deprecated bicubic function in manual. * interp.txi: Remove bicubic DOCSTRING reference. diff -r edf5d63c82e1 -r 1c4994e66962 doc/interpreter/interp.txi --- a/doc/interpreter/interp.txi Fri Aug 29 20:41:58 2014 -0700 +++ b/doc/interpreter/interp.txi Fri Aug 29 20:44:51 2014 -0700 @@ -176,7 +176,3 @@ @end float @end ifnotinfo -In additional the support function @code{bicubic} that underlies the -cubic interpolation of @code{interp2} function can be called directly. - -@DOCSTRING(bicubic)