diff options
Diffstat (limited to 'remuxer/src/remux.rs')
-rw-r--r-- | remuxer/src/remux.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remuxer/src/remux.rs b/remuxer/src/remux.rs index a44c58b..9e6d4b5 100644 --- a/remuxer/src/remux.rs +++ b/remuxer/src/remux.rs @@ -3,7 +3,6 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin <metamuffin.org> */ -use jellybase::common::Node; use std::{io::Write, ops::Range, path::PathBuf}; // struct ClusterLayout { @@ -17,7 +16,6 @@ pub fn remux_stream_into( _writer: impl Write, _range: Range<usize>, _path_base: PathBuf, - _item: &Node, _selection: Vec<usize>, _webm: bool, ) -> anyhow::Result<()> { |