diff src/ov.h @ 4925:90f51232d751

[project @ 2004-08-02 22:09:47 by jwe]
author jwe
date Mon, 02 Aug 2004 22:09:47 +0000
parents c638c144d4da
children bdb307dc8613
line wrap: on
line diff
--- a/src/ov.h	Mon Aug 02 19:04:20 2004 +0000
+++ b/src/ov.h	Mon Aug 02 22:09:47 2004 +0000
@@ -45,7 +45,6 @@
 #include "str-vec.h"
 
 class Cell;
-class fcn_handle_array;
 class streamoff_array;
 class Octave_map;
 class octave_stream;
@@ -238,7 +237,6 @@
   octave_value (const octave_stream& s, int n);
   octave_value (const streamoff_array& off);
   octave_value (octave_function *f);
-  octave_value (const fcn_handle_array& fha);
   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);