summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-05-01 16:33:14 -0500
committerJesse Luehrs <doy@tozt.net>2013-05-01 16:33:14 -0500
commit724f02530b44865fc66aeae867c9dca6ff0f5135 (patch)
tree4dc4047069a2c8f2b2bf6a72f6e07506699422b8
parent10caaad717821f1081cc5901e775b9bf222d9342 (diff)
downloadspreadsheet-template-724f02530b44865fc66aeae867c9dca6ff0f5135.tar.gz
spreadsheet-template-724f02530b44865fc66aeae867c9dca6ff0f5135.zip
remove more unused code
-rw-r--r--lib/Spreadsheet/Template/Generator/Parser/Excel.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Spreadsheet/Template/Generator/Parser/Excel.pm b/lib/Spreadsheet/Template/Generator/Parser/Excel.pm
index 40f2744..f69c368 100644
--- a/lib/Spreadsheet/Template/Generator/Parser/Excel.pm
+++ b/lib/Spreadsheet/Template/Generator/Parser/Excel.pm
@@ -11,12 +11,6 @@ sub parse {
my $excel = $self->make_excel($filename);
return $self->_parse_workbook($excel);
- my $data = {
- worksheets => [],
- };
- for my $sheet ($excel->worksheets) {
- push @{ $data->{worksheets} }, $self->_parse
- }
}
sub _parse_workbook {