mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-31 17:51:37 +00:00
Remove unused var
This commit is contained in:
@@ -59,12 +59,6 @@ class InvenTreeBarcodeControllerState extends State<InvenTreeBarcodeController>
|
||||
processingBarcode = true;
|
||||
});
|
||||
|
||||
BuildContext? context;
|
||||
|
||||
if (hasContext()) {
|
||||
context = OneContext.hasContext ? OneContext().context : null;
|
||||
}
|
||||
|
||||
showLoadingOverlay();
|
||||
await pauseScan();
|
||||
|
||||
|
Reference in New Issue
Block a user