diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-09 20:14:03 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-09 20:23:42 +0100 |
| commit | 595f6eccf615c0cf70c8d32e3edb515578efddc9 (patch) | |
| tree | 2f5ebc24ccfd4a8e59eea6b896559c757375e62a /src/modinfo.h | |
| parent | 7d36bc20d0a6c327079141149a7f138c0f7726ac (diff) | |
Better refresh of override markers and conflicts.
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index f93296d2..b835f352 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -897,11 +897,6 @@ public: // Conflicts // virtual const std::set<unsigned int>& getModArchiveLooseOverwritten() const { return s_EmptySet; } - /** - * @brief Update conflict information. - */ - virtual void doConflictCheck() const {} - public slots: /** |
