diff --git a/gen_pc_sidecar.php b/gen_pc_sidecar.php index ebfb0eb..bf6c176 100644 --- a/gen_pc_sidecar.php +++ b/gen_pc_sidecar.php @@ -77,9 +77,6 @@ array_unshift($rows, [ 'extension' => '*271', ]); -$blank = ['name' => ' ', 'extension' => ' ']; -array_splice($rows, 1, 0, array_fill(0, 5, $blank)); - $xmlString = file_get_contents($out_file); if ($xmlString === false) { throw new RuntimeException("Unable to read file: {$out_file}");