mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 00:28:34 +02:00
Remove unused 'first' variable
This commit is contained in:
parent
bbef071723
commit
26e0d02d60
1 changed files with 0 additions and 2 deletions
|
@ -5643,8 +5643,6 @@ void Application::updateDisplayMode() {
|
||||||
|
|
||||||
static std::once_flag once;
|
static std::once_flag once;
|
||||||
std::call_once(once, [&] {
|
std::call_once(once, [&] {
|
||||||
bool first = true;
|
|
||||||
|
|
||||||
// first sort the plugins into groupings: standard, advanced, developer
|
// first sort the plugins into groupings: standard, advanced, developer
|
||||||
DisplayPluginList standard;
|
DisplayPluginList standard;
|
||||||
DisplayPluginList advanced;
|
DisplayPluginList advanced;
|
||||||
|
|
Loading…
Reference in a new issue