From 805d4d5e914e35cfcb7561180f081909d4da1e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 29 Mar 2026 14:06:08 +0200 Subject: [PATCH] Removed unused method --- src/Services/LabelSystem/BarcodeScanner/BarcodeScanHelper.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Services/LabelSystem/BarcodeScanner/BarcodeScanHelper.php b/src/Services/LabelSystem/BarcodeScanner/BarcodeScanHelper.php index 571d44b2..7f65262a 100644 --- a/src/Services/LabelSystem/BarcodeScanner/BarcodeScanHelper.php +++ b/src/Services/LabelSystem/BarcodeScanner/BarcodeScanHelper.php @@ -171,10 +171,6 @@ final class BarcodeScanHelper return LCSCBarcodeScanResult::parse($input); } - private function parseTMEBarcode(string $input): TMEBarcodeScanResult - { - return TMEBarcodeScanResult::parse($input); - } private function parseUserDefinedBarcode(string $input): ?LocalBarcodeScanResult {