Skip to content

Commit

Permalink
Remove use of Template::Flute::Database::Rose, which doesn't exist an…
Browse files Browse the repository at this point in the history
…ymore.
  • Loading branch information
racke committed Feb 9, 2017
1 parent fec1388 commit 681edb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/WellWell/Compose/Component/Flute.pm
Expand Up @@ -26,8 +26,6 @@ use Template::Flute;
use Template::Flute::Specification::XML;
use Template::Flute::HTML;

use Template::Flute::Database::Rose;

use WellWell::Filter::Link;

sub new {
Expand Down
2 changes: 0 additions & 2 deletions lib/WellWell/Compose/Engine/Flute.pm
Expand Up @@ -28,8 +28,6 @@ sub new {
my $class = shift;
my $self = {@_};

$self->{database} = new Template::Flute::Database::Rose(dbh => $self->{dbh});

bless $self;
return $self;
}
Expand Down

0 comments on commit 681edb9

Please sign in to comment.