diff --git a/plugins/updater/src/commands.rs b/plugins/updater/src/commands.rs index 087e6045..cd621dc9 100644 --- a/plugins/updater/src/commands.rs +++ b/plugins/updater/src/commands.rs @@ -26,13 +26,6 @@ pub enum DownloadEvent { Finished, } -#[derive(Serialize)] -#[serde(rename_all = "camelCase")] -pub(crate) struct DownloadProgress { - chunk_length: usize, - content_length: Option, -} - #[derive(Serialize, Default)] #[serde(rename_all = "camelCase")] pub(crate) struct Metadata {