src/cx/linked_list.h

changeset 467
95e42a963520
parent 466
28bc3e10ac28
child 468
75ae1dccd101
     1.1 --- a/src/cx/linked_list.h	Tue Oct 05 13:03:45 2021 +0200
     1.2 +++ b/src/cx/linked_list.h	Tue Oct 05 13:04:20 2021 +0200
     1.3 @@ -77,9 +77,6 @@
     1.4   */
     1.5  void cxLinkedListDestroy(CxList list);
     1.6  
     1.7 -size_t cxLinkedListRecalculateSize(CxList list);
     1.8 -
     1.9 -
    1.10  /**
    1.11   * Finds the node at a certain index.
    1.12   *

mercurial