From cfe03a856172316b0a8c0db43f9e9af309de068c Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Sat, 19 Mar 2022 21:47:29 -0700 Subject: Make fixes to ESM plugin priorities Before now, MO2 only looked at the ESM flag of a plugin and didn't look for an .esm extension. This is incorrect and an .esm file should be treated as implicitly having the ESM flag. This also removes some apparently unused functions. --- src/pluginlist.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index 965f8cfe..56ec9d3d 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -344,10 +344,6 @@ private: Loot::Plugin loot; }; - friend bool ByName(const ESPInfo& LHS, const ESPInfo& RHS); - friend bool ByDate(const ESPInfo& LHS, const ESPInfo& RHS); - friend bool ByPriority(const ESPInfo& LHS, const ESPInfo& RHS); - private: void syncLoadOrder(); -- cgit v1.3.1