diff src/ov-str-mat.h @ 3136:af7ec9d3a5e6

[project @ 1998-02-01 20:11:06 by jwe]
author jwe
date Sun, 01 Feb 1998 20:11:08 +0000
parents ebbc34ff7f66
children bef7b73c0724
line wrap: on
line diff
--- a/src/ov-str-mat.h	Sun Feb 01 18:43:51 1998 +0000
+++ b/src/ov-str-mat.h	Sun Feb 01 20:11:08 1998 +0000
@@ -84,9 +84,6 @@
 
   void assign (const octave_value_list& idx, const charMatrix& rhs);
 
-  octave_value all (void) const;
-  octave_value any (void) const;
-
   bool is_string (void) const { return true; }
 
   bool is_real_type (void) const { return true; }
@@ -94,8 +91,6 @@
   bool valid_as_scalar_index (void) const;
   bool valid_as_zero_index (void) const;
 
-  bool is_true (void) const;
-
   Matrix matrix_value (bool = false) const;
 
   string_vector all_strings (void) const;