/**
* These methods won't work until proper comparing of records has been implemented within SkyProc.
*/
public static void removeITMs() {
ModListing skyrim = new ModListing("Skyrim.esm");
ModListing update = new ModListing("Update.esm");
ArrayList<ModListing> modsToExport = new ArrayList<ModListing>();
for(Mod mod : SPGlobal.getDB()) {
if(!mod.getInfo().equals(skyrim) || !mod.getInfo().equals(update)) {