Bug 40465

Summary: Unused variables in labels/label-create-pdf.pl
Product: Koha Reporter: David Cook <dcook>
Component: Label/patron card printingAssignee: Chris Nighswonger <cnighswonger>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description David Cook 2025-07-22 07:06:07 UTC
This whole line is unnecessary in labels/label-created-pdf.pl:

my ( $barcode_llx, $barcode_lly, $barcode_width, $barcode_y_scale_factor ) = 0, 0, 0, 0;

I imagine once upon a time maybe it was needed but not anymore.