Remove unused sheet init

feature/opengl3
kaetemi 5 years ago
parent 67bba962d7
commit c635a27722

@ -302,8 +302,6 @@ void initCore()
LoadedCore = true;
// Seed the randomizer
srand(uint(time(0)));
// Sheet Id
CSheetId::initWithoutSheet(); // Temporary for sound
// Load configuration file, set paths, extension remapping
CConfiguration::init();
// Load language file
@ -524,8 +522,6 @@ void releaseCore()
CInternationalization::release();
// Release the configuration
CConfiguration::release();
// Release sheet id
CSheetId::uninit(); // Temporary for sound
}
}

Loading…
Cancel
Save