mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +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;
|
||||
std::call_once(once, [&] {
|
||||
bool first = true;
|
||||
|
||||
// first sort the plugins into groupings: standard, advanced, developer
|
||||
DisplayPluginList standard;
|
||||
DisplayPluginList advanced;
|
||||
|
|
Loading…
Reference in a new issue