Added site.css and started work on the commit-related navigation.
[catagits/Gitalist.git] / lib / Gitalist / View / Default.pm
index e418acf..2c65caa 100644 (file)
@@ -34,10 +34,4 @@ __PACKAGE__->config(
        WRAPPER            => 'default.tt2',
 );
 
-# before end => sub {
-#     my ( $self, $c ) = @_;
-#     return unless $c->stash->{syntax_highlight};
-#     $c->forward( 'View::SyntaxHighlight', $c->stash->{syntax_highlight} );
-# };
-
 __PACKAGE__->meta->make_immutable(inline_constructor => 0);