Issue 361
[zxing.git] / core / src / com / google / zxing / qrcode / encoder / MaskUtil.java
index e4806e5..c7f3c48 100644 (file)
@@ -16,8 +16,6 @@
 
 package com.google.zxing.qrcode.encoder;
 
-import com.google.zxing.common.ByteMatrix;
-
 /**
  * @author satorux@google.com (Satoru Takabayashi) - creator
  * @author dswitkin@google.com (Daniel Switkin) - ported from C++