Fix macOS build error (again)

Adds to f0cf5a5c19

Forgot to remove vestigial code
This commit is contained in:
Myned 2020-05-23 00:34:40 -04:00
parent 3959e41e88
commit 23201100fa
No known key found for this signature in database
GPG Key ID: 24318A323F309244

View File

@ -41,7 +41,6 @@ void GetWindowList(QStringList &windows)
const char *str = name.UTF8String;
if (str && *str)
windows.emplace_back(str);
windows << QString(str);
}
}