Remove unused 'first' variable

This commit is contained in:
Ryan Huffman 2016-11-01 16:40:41 -07:00
parent bbef071723
commit 26e0d02d60

View file

@ -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;