diff options
| author | 2018-10-09 14:49:15 -0400 | |
|---|---|---|
| committer | 2018-10-09 14:52:10 -0400 | |
| commit | e3b4d31f4ec689b1e4b16db124fb64dfc122ca07 (patch) | |
| tree | e1d7c518515f714fdbd420f9ae560e187a22e2b2 /src | |
| parent | telemetry_session: Add missing includes (diff) | |
| download | yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.tar.gz yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.tar.xz yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.zip | |
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(); | |||
| 52 | * Verifies the username and token. | 52 | * Verifies the username and token. |
| 53 | * @param username yuzu username to use for authentication. | 53 | * @param username yuzu username to use for authentication. |
| 54 | * @param token yuzu token to use for authentication. | 54 | * @param token yuzu token to use for authentication. |
| 55 | * @param func A function that gets exectued when the verification is finished | ||
| 56 | * @returns Future with bool indicating whether the verification succeeded | 55 | * @returns Future with bool indicating whether the verification succeeded |
| 57 | */ | 56 | */ |
| 58 | bool VerifyLogin(const std::string& username, const std::string& token); | 57 | bool VerifyLogin(const std::string& username, const std::string& token); |