PRIVATE: Simplify the cursor code

This commit is contained in:
Cameron Cawley 2021-03-07 20:36:39 +00:00 committed by neuromancer
parent 89421b8187
commit 899a679d46
3 changed files with 26 additions and 59 deletions

View file

@ -157,7 +157,6 @@ Common::Error PrivateEngine::run() {
Settings::g_setts = new Settings::SettingMaps();
initFuncs();
initCursors();
parse(buf);
free(buf);
delete file;