Skip to content
Snippets Groups Projects
Commit e3b4d31f authored by Lioncash's avatar Lioncash
Browse files

telemetry_session: Remove doxygen comment for a non-existent parameter

There's no "func" parameter, so this can just be removed.
parent 8aa4889e
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,6 @@ u64 RegenerateTelemetryId(); ...@@ -52,7 +52,6 @@ u64 RegenerateTelemetryId();
* Verifies the username and token. * Verifies the username and token.
* @param username yuzu username to use for authentication. * @param username yuzu username to use for authentication.
* @param token yuzu token 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 * @returns Future with bool indicating whether the verification succeeded
*/ */
bool VerifyLogin(const std::string& username, const std::string& token); bool VerifyLogin(const std::string& username, const std::string& token);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment