diff --git a/src/List.h b/src/List.h index c6d0902013..53dc96f9cf 100644 --- a/src/List.h +++ b/src/List.h @@ -26,9 +26,6 @@ #include #include "util.h" -// TODO: this can be removed in v3.1 when List::sort() is removed -typedef int (*list_cmp_func)(const void* v1, const void* v2); - enum class ListOrder : int { ORDERED, UNORDERED }; template