Cleanup dead line
This commit is contained in:
parent
ff4c2d796e
commit
2ecedf795d
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ fn decode_simple_block(bytes: &[u8]) -> Result<WebmElement, Error> {
|
|||
}
|
||||
|
||||
pub fn encode_webm_element<T: Write + Seek>(element: WebmElement, output: &mut T) -> IoResult<()> {
|
||||
let mut start = 0;
|
||||
match element {
|
||||
WebmElement::EbmlHead => {
|
||||
encode_element(EBML_HEAD_ID, output, |output| {
|
||||
|
|
Loading…
Reference in a new issue