From 173c3bbee2ef555b51b865766965b600ae43e2b2 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Fri, 9 Aug 2013 19:59:57 +0100 Subject: [PATCH] Forgot a bit from the merge. --- src/gui/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 911e38ba..1e168cc6 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -514,7 +514,6 @@ void Launcher::OnSortPlugins(wxCommandEvent& event) { progDia->Pulse(); - bool cyclicDependenciesExist = false; if (fs::exists(_game.MasterlistPath()) || fs::exists(_game.UserlistPath())) { BOOST_LOG_TRIVIAL(trace) << "Merging plugin lists, evaluating conditions and checking for install validity...";