diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-01-18 08:14:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-18 08:14:52 -0700 |
| commit | 9d3273113687f717003921853a601c64dbc0bb67 (patch) | |
| tree | 87f95248548740925653bcc3d226dcc4df7da1c5 /src/pluginlist.cpp | |
| parent | a307cc1c6aa8dca6da7b796946f299ee1ebe2dbd (diff) | |
Remove TODO
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 35c4f257..1c86a4a7 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -524,7 +524,7 @@ void PluginList::readLockedOrderFrom(const QString &fileName) m_LockedOrder[pluginName] = priority;
continue;
}
- int pluginIndex = it->second; //TODO: uh.... check this
+ int pluginIndex = it->second;
// Do not allow locking forced plugins
if (m_ESPs[pluginIndex].forceEnabled)
|
