diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h index 3438acd29678fbf0e52ff4c3aa1a9d6334c98605..2a4845797c462f50fc5de18f41a250a4fa89a3dd 100644 --- a/src/core/telemetry_session.h +++ b/src/core/telemetry_session.h @@ -52,7 +52,6 @@ u64 RegenerateTelemetryId(); * Verifies the username and token. * @param username yuzu username to use for authentication. * @param token yuzu token to use for authentication. - * @param func A function that gets exectued when the verification is finished * @returns Future with bool indicating whether the verification succeeded */ bool VerifyLogin(const std::string& username, const std::string& token);