diff src/ov-ch-mat.h @ 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 f80c566bc751
line wrap: on
line diff
--- a/src/ov-ch-mat.h	Mon Oct 05 00:11:07 2009 -0400
+++ b/src/ov-ch-mat.h	Mon Oct 05 07:53:29 2009 +0200
@@ -193,11 +193,6 @@
 
 #undef BOOL_MAT_MAPPER
 
-protected:
-
-  DECLARE_OCTAVE_ALLOCATOR
-
-  DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
 };
 
 #endif