diff src/ov-str-mat.cc @ 3221:eba59b8c64dc

[project @ 1998-11-19 20:31:46 by jwe]
author jwe
date Thu, 19 Nov 1998 20:31:47 +0000
parents 30770ba4457a
children d14c483b3c12
line wrap: on
line diff
--- a/src/ov-str-mat.cc
+++ b/src/ov-str-mat.cc
@@ -147,13 +147,6 @@
   error ("octave_char_matrix_str::valid_as_scalar_index(): not implemented");
   return retval;
 }
-bool
-octave_char_matrix_str::valid_as_zero_index (void) const
-{
-  bool retval = false;
-  error ("octave_char_matrix_str::valid_as_zero_index(): not implemented");
-  return retval;
-}
 
 Matrix
 octave_char_matrix_str::matrix_value (bool force_string_conv) const