mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-19 18:01:30 +00:00
Removed unused method
This commit is contained in:
parent
e045cf0eb5
commit
805d4d5e91
1 changed files with 0 additions and 4 deletions
|
|
@ -171,10 +171,6 @@ final class BarcodeScanHelper
|
||||||
return LCSCBarcodeScanResult::parse($input);
|
return LCSCBarcodeScanResult::parse($input);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function parseTMEBarcode(string $input): TMEBarcodeScanResult
|
|
||||||
{
|
|
||||||
return TMEBarcodeScanResult::parse($input);
|
|
||||||
}
|
|
||||||
|
|
||||||
private function parseUserDefinedBarcode(string $input): ?LocalBarcodeScanResult
|
private function parseUserDefinedBarcode(string $input): ?LocalBarcodeScanResult
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue