r20898@agaton (orig r755): wreis | 2008-07-24 00:32:56 +0100
[catagits/Reaction.git] / lib / Reaction / UI / View / TT.pm
index f3cd5bd..af282e4 100644 (file)
@@ -21,11 +21,6 @@ class TT is View, which {
 
   implements layout_set_file_extension => as { 'tt' };
 
-  overrides 'rendering_context_args_for' => sub {
-    my ($self, %args) = @_;
-    return ();
-  };
-
   implements 'serve_static_file' => as {
     my ($self, $c, $args) = @_;
     foreach my $path (@{$self->search_path_for_type('web')}) {