Skip to content

Commit

Permalink
remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot authored Aug 19, 2024
1 parent 1286d8b commit ac9a701
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Lab/demo/Lab/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ac9a701

Please sign in to comment.