From 85b0c4393bd2b5f9f870c2da07e8298aac542618 Mon Sep 17 00:00:00 2001 From: scrawl Date: Sun, 15 May 2016 16:37:22 +0200 Subject: [PATCH] Remove obsolete code --- components/esm/loadinfo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/esm/loadinfo.cpp b/components/esm/loadinfo.cpp index 37fd70908..ee6d15708 100644 --- a/components/esm/loadinfo.cpp +++ b/components/esm/loadinfo.cpp @@ -29,9 +29,6 @@ namespace ESM mPrev = esm.getHNString("PNAM"); mNext = esm.getHNString("NNAM"); - // Since there's no way to mark selects as "deleted", we have to clear the SelectStructs from all previous loadings - mSelects.clear(); - while (esm.hasMoreSubs()) { esm.getSubName();