macos remove unused code

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-02-19 22:29:10 +08:00
parent 7ba3dce006
commit 0491950e01
2 changed files with 1 additions and 20 deletions

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
///