Mercurial > hg > octave-lyh
diff src/ov.cc @ 9690:f42f0d707e8e
don't register octave_char_matrix as a separate type
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 05 Oct 2009 07:53:29 +0200 |
parents | 34d6f005db4b |
children | 1c19877799d3 |
line wrap: on
line diff
--- a/src/ov.cc +++ b/src/ov.cc @@ -2614,7 +2614,6 @@ octave_range::register_type (); octave_bool::register_type (); octave_bool_matrix::register_type (); - octave_char_matrix::register_type (); octave_char_matrix_str::register_type (); octave_char_matrix_sq_str::register_type (); octave_int8_scalar::register_type ();