remove leftover

This commit is contained in:
Sebastien Loriot 2024-08-19 12:53:37 +02:00 committed by GitHub
parent 1286d8b636
commit ac9a701342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -664,11 +664,6 @@ void MainWindow::loadPlugins()
}
QString env_path = qgetenv("LAB_DEMO_PLUGINS_PATH");
QChar separator = QDir::listSeparator();
#if defined(_WIN32)
QChar separator = ';';
#else
QChar separator = ':';
#endif
if(!env_path.isEmpty()) {
#if defined(_WIN32)
QString path = qgetenv("PATH");