From 9d3273113687f717003921853a601c64dbc0bb67 Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Mon, 18 Jan 2021 08:14:52 -0700 Subject: Remove TODO --- src/pluginlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluginlist.cpp') 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) -- cgit v1.3.1