Robert Murrell / Sketchlet
Revision:
3:bdd07af32afe
Parent:
0:42e6dbd4dbeb
--- a/ArrayList.h	Fri Jan 20 15:07:53 2017 +0000
+++ b/ArrayList.h	Fri Jan 20 15:10:27 2017 +0000
@@ -41,11 +41,6 @@
 class ArrayList {
 public:
     /**
-     * \brief Default Constructor. Creates an ArrayList with an array size of 4.
-     */
-    ArrayList();
-
-    /**
      * \brief Creates a new ArrayList with an array size specified by usize.
      *
      * \param usize An unsigned byte specifying the array size, or the maximum number