From 26e0d02d6067019e605b8ce3bf600aee5f8be9ad Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Tue, 1 Nov 2016 16:40:41 -0700 Subject: [PATCH] Remove unused 'first' variable --- interface/src/Application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index f4596f5ea2..c6a0bce2f5 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -5643,8 +5643,6 @@ void Application::updateDisplayMode() { static std::once_flag once; std::call_once(once, [&] { - bool first = true; - // first sort the plugins into groupings: standard, advanced, developer DisplayPluginList standard; DisplayPluginList advanced;