diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2022-03-20 10:56:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-20 10:56:21 +0100 |
| commit | 1929e5e57be49d6d2e16a63284d2cddb3a82b5a3 (patch) | |
| tree | 3319cfcd4872f66be069f4391c692397c98aabb8 /src/pluginlist.h | |
| parent | 164c6af9627ae6b15d363120a0e88bcee7e9d4b5 (diff) | |
| parent | cfe03a856172316b0a8c0db43f9e9af309de068c (diff) | |
Merge pull request #1676 from LostDragonist/master
Make fixes to ESM plugin priorities
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();
|
