mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 04:37:52 +00:00
telemetry_session: Remove doxygen comment for a non-existent parameter
There's no "func" parameter, so this can just be removed.
This commit is contained in:
parent
61627c2042
commit
7142d3cf78
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ u64 RegenerateTelemetryId();
|
||||||
* Verifies the username and token.
|
* Verifies the username and token.
|
||||||
* @param username Citra username to use for authentication.
|
* @param username Citra username to use for authentication.
|
||||||
* @param token Citra token to use for authentication.
|
* @param token Citra 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);
|
||||||
|
|
Loading…
Reference in a new issue