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:
@@ -550,8 +550,5 @@ static void freeSection(struct Section *section)
|
||||
|
||||
void obj_Cleanup(void)
|
||||
{
|
||||
sym_CleanupSymbols();
|
||||
|
||||
sect_ForEach(freeSection);
|
||||
sect_CleanupSections();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user