aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2017-08-13 10:40:24 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2017-08-13 10:40:24 +0200
commit11df8d00ddb961086c63336f72cb59a18ae9181c (patch)
tree9702adfd3d5339f2bd5e82e7d5c852d6a1ae1ead /src
parent83b49341aad5de030ee5503fa0873eb4d8c6be3a (diff)
downloadnihav-11df8d00ddb961086c63336f72cb59a18ae9181c.tar.gz
remove unused import
Diffstat (limited to 'src')
-rw-r--r--src/codecs/indeo/ivibr.rs2
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::*;