Remove now-unnecessary cleanup functions

This commit is contained in:
Rangi42
2024-02-28 20:59:00 -05:00
committed by Sylvie
parent 96f354026a
commit 17df94c75b
5 changed files with 2 additions and 27 deletions

View File

@@ -72,11 +72,6 @@ void sect_AddSection(struct Section *section);
*/
struct Section *sect_GetSection(std::string const &name);
/*
* `free`s all section memory that was allocated.
*/
void sect_CleanupSections(void);
/*
* Checks if all sections meet reasonable criteria, such as max size
*/