diff options
Diffstat (limited to 'lib/App')
-rwxr-xr-x | lib/App/Dthumb.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/App/Dthumb.pm b/lib/App/Dthumb.pm index 1b673c7..f525776 100755 --- a/lib/App/Dthumb.pm +++ b/lib/App/Dthumb.pm @@ -8,7 +8,6 @@ use 5.010; use base 'Exporter'; use App::Dthumb::Data; -use Archive::Tar; use Cwd; use Image::Imlib2; @@ -29,7 +28,6 @@ sub new { $ref->{config} = $conf; $ref->{data} = App::Dthumb::Data->new(); - $ref->{tar} = Archive::Tar->new(); $ref->{html} = $ref->{data}->get('html_start'); |