aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/plugin')
-rw-r--r--crates/shirabe/src/plugin/post_file_download_event.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/src/plugin/post_file_download_event.rs b/crates/shirabe/src/plugin/post_file_download_event.rs
index 46d52c0..2124f1e 100644
--- a/crates/shirabe/src/plugin/post_file_download_event.rs
+++ b/crates/shirabe/src/plugin/post_file_download_event.rs
@@ -53,8 +53,6 @@ impl PostFileDownloadEvent {
&self.context
}
- // TODO(plugin): getPackage is deprecated since Composer 2.1, use getContext instead
-
pub fn get_type(&self) -> &str {
&self.r#type
}