src/cx/list.h

changeset 525
536646d1575b
parent 524
e98b09018d32
child 526
b070ef465313
     1.1 --- a/src/cx/list.h	Mon Apr 18 15:29:52 2022 +0200
     1.2 +++ b/src/cx/list.h	Mon Apr 18 15:59:09 2022 +0200
     1.3 @@ -90,11 +90,6 @@
     1.4       * The capacity of the list (maximum number of elements).
     1.5       */
     1.6      size_t capacity;
     1.7 -    /**
     1.8 -     * Flag indicating whether cxListDestroy() shall free each list element,
     1.9 -     * even if cx_list_s.content_destructor did not do that.
    1.10 -     */
    1.11 -    bool autofree_contents;
    1.12  };
    1.13  
    1.14  /**

mercurial