diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 20:35:39 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 20:35:39 +0100 |
| commit | 94b3674d086f81479e71e265102b48c7607c3ef2 (patch) | |
| tree | 492b90aae20df3ee65865f80ba59d19a519cd3f7 /src/modlist.h | |
| parent | 085ccd973d77211a1c0aa20638ce8a1ea876753f (diff) | |
Move highlighting of mods containing selected plugins to mod view.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modlist.h b/src/modlist.h index afbef7af..9c963119 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -151,12 +151,6 @@ public: int timeElapsedSinceLastChecked() const;
- // highlight mods containing the plugins at the given indices
- //
- void highlightMods(
- const std::vector<unsigned int>& pluginIndices,
- const MOShared::DirectoryEntry &directoryEntry);
-
public:
/**
|
