diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-24 13:27:40 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-24 13:27:40 +0200 |
| commit | 9fb639a00e1a809a9ea9b5e68777ec46f534761c (patch) | |
| tree | 9f72cebe6ba9825a0330fefe60a0b55de2392a2e /src/modinforegular.h | |
| parent | 08ae9db2fd2a07acb2433275fc84c2ca47267a92 (diff) | |
Update ModInfo to use a single file tree for all content-related operations.
Diffstat (limited to 'src/modinforegular.h')
| -rw-r--r-- | src/modinforegular.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modinforegular.h b/src/modinforegular.h index 0f22b6cb..08546c69 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -462,9 +462,6 @@ private: NexusBridge m_NexusBridge; - mutable std::vector<ModInfo::EContent> m_CachedContent; - mutable QTime m_LastContentCheck; - bool needsDescriptionUpdate() const; }; |
