]> git.lyx.org Git - features.git/blobdiff - src/mathed/array.h
mathed25.diff
[features.git] / src / mathed / array.h
index 35a2f25c271bc1cd778d6db63c613fce2156b04e..c9cff48a7137d594f492dbe3ad2ce0ff3d17aeda 100644 (file)
@@ -46,16 +46,7 @@ public:
        typedef buffer_type::const_iterator const_iterator;
        
        ///
-       enum {
-               ///
-               ARRAY_STEP = 16,
-               ///
-               ARRAY_MIN_SIZE = 4
-       };
-
-       ///
-       explicit
-       MathedArray(int size = ARRAY_STEP);
+       MathedArray();
 
        ///
        iterator begin();