diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-14 11:35:20 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-12 20:16:50 -0600 |
| commit | 49159de5d7084bf1ac159e3e37e2b406cdd87dbf (patch) | |
| tree | eee325c67516bd360f672683daa13d494f8b19da /src/modinfo.h | |
| parent | 75a663941d5a58b9676e2eb99a2a288abc19a359 (diff) | |
Improved refresh performance by replacing std::transform() with CharLowerBuffer().
Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used.
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 99ce35b5..00859209 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -74,7 +74,6 @@ public: FLAG_CONFLICT_REDUNDANT,
FLAG_ARCHIVE_LOOSE_CONFLICT_OVERWRITE,
FLAG_ARCHIVE_LOOSE_CONFLICT_OVERWRITTEN,
- FLAG_ARCHIVE_LOOSE_CONFLICT_MIXED,
FLAG_ARCHIVE_CONFLICT_OVERWRITE,
FLAG_ARCHIVE_CONFLICT_OVERWRITTEN,
FLAG_ARCHIVE_CONFLICT_MIXED,
|
