diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2022-03-19 21:47:29 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2022-03-19 22:21:54 -0700 |
| commit | cfe03a856172316b0a8c0db43f9e9af309de068c (patch) | |
| tree | 3319cfcd4872f66be069f4391c692397c98aabb8 /src/pluginlist.h | |
| parent | 164c6af9627ae6b15d363120a0e88bcee7e9d4b5 (diff) | |
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.
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 4 |
1 files changed, 0 insertions, 4 deletions
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();
|
