diff liboctave/dim-vector.h @ 4532:01ee68d18069

[project @ 2003-10-10 00:49:54 by jwe]
author jwe
date Fri, 10 Oct 2003 00:49:55 +0000
parents 508238e65af7
children 79df15d4470c
line wrap: on
line diff
--- a/liboctave/dim-vector.h
+++ b/liboctave/dim-vector.h
@@ -118,8 +118,6 @@
 
 private:
 
-  int rows;
-  int cols;
   int ndims;
   int *dims;
 };