mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-23 22:27:06 +00:00
Remove now-unnecessary cleanup functions
This commit is contained in:
@@ -185,11 +185,6 @@ struct Section *sect_GetSection(std::string const &name)
|
||||
return search != sections.end() ? search->second : NULL;
|
||||
}
|
||||
|
||||
void sect_CleanupSections(void)
|
||||
{
|
||||
sections.clear();
|
||||
}
|
||||
|
||||
static void doSanityChecks(struct Section *section)
|
||||
{
|
||||
// Sanity check the section's type
|
||||
|
||||
Reference in New Issue
Block a user