Remove unneeded includes

This commit is contained in:
James Graham
2024-10-03 23:22:48 +01:00
parent 773017c881
commit 4af27f7609
5 changed files with 1 additions and 5 deletions

View File

@@ -518,6 +518,7 @@ QCoro::Task<void> NeoChatConnection::setupPushNotifications(QString endpoint)
qWarning() << "There's no gateway, not setting up push notifications.";
}
#else
Q_UNUSED(endpoint)
co_return;
#endif
}