Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Aug 8, 2018
1 parent 93e3453 commit 2e8f3a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/pluginmanager.cpp
Expand Up @@ -167,7 +167,6 @@ PluginManager::PluginManager(bool pGuiMode) :

foreach (const QString &pluginFileName, pluginFileNames) {
QString pluginName = Plugin::name(pluginFileName);

Plugin *plugin = new Plugin(pluginFileName,
pluginsInfo.value(pluginName),
pluginsError.value(pluginName),
Expand Down

0 comments on commit 2e8f3a8

Please sign in to comment.