changeset 19095:1c4994e66962

doc: Remove references to deprecated bicubic function in manual. * interp.txi: Remove bicubic DOCSTRING reference.
author Rik <rik@octave.org>
date Fri, 29 Aug 2014 20:44:51 -0700
parents edf5d63c82e1
children f9959972949a
files doc/interpreter/interp.txi
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)