Enable DataMatrix in the web app / other small tweaks
[zxing.git] / core / src / com / google / zxing / qrcode / decoder / FormatInformation.java
index 2568d77..299768c 100644 (file)
@@ -16,8 +16,6 @@
 
 package com.google.zxing.qrcode.decoder;
 
-import com.google.zxing.ReaderException;
-
 /**
  * <p>Encapsulates a QR Code's format information, including the data mask used and
  * error correction level.</p>