Merge pull request #3281 from fufesou/macos/remove_unused_code

macos remove unused code
This commit is contained in:
RustDesk 2023-02-20 08:33:02 +08:00 committed by GitHub
commit 64ca7ad9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ struct AlertResult {
button: String,
}
/// Alert dialog, return the clicked button value.
/// Firstly run the specified app, then alert a dialog. Return the clicked button value.
///
/// # Arguments
///