Skip to content

Commit a17ff83

Browse files
committed
Remove unused function
1 parent 4c31d5d commit a17ff83

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/templates/Packet/Edit.phtml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ require('./header.inc.phtml'); ?>
6363
<label class="font-weight-bold">Used by:</label>
6464
<table class="table table-sm">
6565
<thead></thead><tbody>
66-
<? function add_product_checkbox($id, $name, $checked)
67-
{
68-
;
69-
}
70-
$product_ubound = count($products);
66+
<? $product_ubound = count($products);
7167
for ($product_i = 0; $product_i < $product_ubound; ++$product_i)
7268
{
7369
if ($product_i % 2 === 0) echo '<tr>';

0 commit comments

Comments
 (0)