diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2017-08-13 10:40:24 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2017-08-13 10:40:24 +0200 |
commit | 11df8d00ddb961086c63336f72cb59a18ae9181c (patch) | |
tree | 9702adfd3d5339f2bd5e82e7d5c852d6a1ae1ead | |
parent | 83b49341aad5de030ee5503fa0873eb4d8c6be3a (diff) | |
download | nihav-11df8d00ddb961086c63336f72cb59a18ae9181c.tar.gz |
remove unused import
-rw-r--r-- | src/codecs/indeo/ivibr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/indeo/ivibr.rs b/src/codecs/indeo/ivibr.rs index 746b977..00c27e7 100644 --- a/src/codecs/indeo/ivibr.rs +++ b/src/codecs/indeo/ivibr.rs @@ -2,7 +2,7 @@ use std::mem; use std::rc::Rc; use std::cell::{Ref,RefCell}; use io::bitreader::*; -use io::intcode::*; +//use io::intcode::*; use super::super::*; use formats::*; use super::ivi::*; |