From a46635346df67685481d8cf2b37df4ae4f09725d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 11 Mar 2016 20:23:18 +0100 Subject: this is always true now so no reason to check (nw) --- src/devices/machine/bcreader.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/devices/machine/bcreader.cpp') diff --git a/src/devices/machine/bcreader.cpp b/src/devices/machine/bcreader.cpp index 5a5df7fb452..4d05a779835 100644 --- a/src/devices/machine/bcreader.cpp +++ b/src/devices/machine/bcreader.cpp @@ -208,7 +208,6 @@ void barcode_reader_device::decode(int len) sum += (i & 1) ? (m_byte_data[i] * 1) : (m_byte_data[i] * 3); } - if (m_pixel_data) { sum = (10 - (sum % 10)) % 10; if (sum != m_byte_data[len - 1]) -- cgit v1.2.3