mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove now-unnecessary cleanup functions
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user