mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cleaned
This commit is contained in:
@@ -102,8 +102,6 @@ impl ParsedRXingResult for ParsedClientResult {
|
||||
ParsedClientResult::EmailResult(a) => a.getType(),
|
||||
ParsedClientResult::VINResult(a) => a.getType(),
|
||||
ParsedClientResult::AddressBookResult(a) => a.getType(),
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,9 +118,6 @@ impl ParsedRXingResult for ParsedClientResult {
|
||||
ParsedClientResult::EmailResult(a) => a.getDisplayRXingResult(),
|
||||
ParsedClientResult::VINResult(a) => a.getDisplayRXingResult(),
|
||||
ParsedClientResult::AddressBookResult(a) => a.getDisplayRXingResult(),
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user