diff options
author | Lioncash <mathew1800@gmail.com> | 2018-10-09 14:49:15 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-10-09 14:52:10 -0400 |
commit | e3b4d31f4ec689b1e4b16db124fb64dfc122ca07 (patch) | |
tree | e1d7c518515f714fdbd420f9ae560e187a22e2b2 /src | |
parent | 8aa4889e76c401ab41e7fd733f77376dbcdb4def (diff) |
telemetry_session: Remove doxygen comment for a non-existent parameter
There's no "func" parameter, so this can just be removed.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/telemetry_session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h index 3438acd29..2a4845797 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); |