diff src/ov.h @ 4930:bdb307dc8613

[project @ 2004-08-05 04:55:26 by jwe]
author jwe
date Thu, 05 Aug 2004 04:55:26 +0000
parents 90f51232d751
children cd58733c326b
line wrap: on
line diff
--- a/src/ov.h	Tue Aug 03 20:45:34 2004 +0000
+++ b/src/ov.h	Thu Aug 05 04:55:26 2004 +0000
@@ -236,8 +236,6 @@
   octave_value (const Octave_map& m);
   octave_value (const octave_stream& s, int n);
   octave_value (const streamoff_array& off);
-  octave_value (octave_function *f);
-  octave_value (octave_function *f, const std::string &nm); // function handle
   octave_value (const octave_value_list& m, bool is_cs_list = false);
   octave_value (octave_value::magic_colon);
   octave_value (octave_value::all_va_args);