mirror of https://github.com/CGAL/cgal
remove leftover
This commit is contained in:
parent
1286d8b636
commit
ac9a701342
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue