Removed old Data Matrix standards

Removed Data Matrix ECC 000 to 140 because (a) they don't work properly and (b) nobody uses them anyway!
Also removed some ghosts of Codablock-F - there are some more to find.
This commit is contained in:
Robin Stuart 2010-06-16 09:00:31 +01:00
parent 35e3c76785
commit 81b4902c95
12 changed files with 1064 additions and 3339 deletions

View file

@ -568,9 +568,6 @@ void QZint::render(QPainter & painter, const QRectF & paintRect, AspectRatioMode
if(((m_zintSymbol->symbology == BARCODE_CODE16K) || (m_zintSymbol->symbology == BARCODE_CODE49)) && (row != 0)) {
painter.fillRect(0,y - 1,m_zintSymbol->width,2,QBrush(m_fgColor));
}
if(((m_zintSymbol->symbology == BARCODE_CODABLOCKF) || (m_zintSymbol->symbology == BARCODE_HIBC_BLOCKF)) && (row != 0)) {
painter.fillRect(11,y - 1,m_zintSymbol->width - 24,2,QBrush(m_fgColor));
}
y+=m_zintSymbol->row_height[row];
}
}