doc: Drop no longer relevant comment

The comment was introduced in 4cf3411056,
and since 7e4bd19785 it has been no longer
relevant.
This commit is contained in:
Hennadii Stepanov 2022-12-02 15:44:34 +00:00
parent 78aee0fe2c
commit 5d332da2cf
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -79,8 +79,6 @@ int main(int argc, char* argv[])
setenv("QT_QPA_PLATFORM", "minimal", 0 /* overwrite */);
#endif
// Don't remove this, it's needed to access
// QApplication:: and QCoreApplication:: in the tests
BitcoinApplication app;
app.setApplicationName("Bitcoin-Qt-test");
app.createNode(*init);