removing vestigial subroutine
edenc [Wed, 30 Jan 2008 19:51:39 +0000 (19:51 +0000)]
lib/Reaction/UI/ViewPort/Field.pm

index 1594c06..bd02802 100644 (file)
@@ -18,11 +18,6 @@ class Field is 'Reaction::UI::ViewPort', which {
 
   implements _build_name => as { shift->attribute->name };
 
-  implements _build_value_string => as {
-    my($self) = @_;
-    return $self->has_value? $self->value : '';
-  };
-
   implements _build_label => as {
     join(' ', map { ucfirst } split('_', shift->name));
   };