remove vestigial override
matthewt [Thu, 31 Jan 2008 10:47:10 +0000 (10:47 +0000)]
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')}) {