Revert "Remove unused 'first' variable"

This reverts commit 26e0d02d60.
This commit is contained in:
Ryan Huffman 2016-11-04 12:27:04 -07:00
parent 3ad9c1a797
commit 0dac2c999e

View file

@ -5661,6 +5661,8 @@ 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;