diff src/ov.h @ 5848:415ae81d331b

[project @ 2006-06-08 20:37:29 by jwe]
author jwe
date Thu, 08 Jun 2006 20:37:29 +0000
parents 22e23bee74c8
children e884ab4f29ee
line wrap: on
line diff
--- a/src/ov.h	Thu Jun 08 14:28:07 2006 +0000
+++ b/src/ov.h	Thu Jun 08 20:37:29 2006 +0000
@@ -137,7 +137,6 @@
 				  const octave_value& rhs = octave_value ());
 
   enum magic_colon { magic_colon_t };
-  enum all_va_args { all_va_args_t };
 
   octave_value (void);
   octave_value (short int i);
@@ -217,7 +216,6 @@
   octave_value (const streamoff_array& off);
   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);
 
   octave_value (octave_base_value *new_rep);
 
@@ -435,9 +433,6 @@
   bool is_magic_colon (void) const
     { return rep->is_magic_colon (); }
 
-  bool is_all_va_args (void) const
-    { return rep->is_all_va_args (); }
-
   // Are any or all of the elements in this constant nonzero?
 
   octave_value all (int dim = 0) const