kill vestigial adopt_value method in Field (since 'value' doesn't get set on a non...
matthewt [Sun, 3 Feb 2008 12:48:41 +0000 (12:48 +0000)]
lib/Reaction/UI/ViewPort/Field.pm

index 1ddbee4..f6da895 100644 (file)
@@ -14,8 +14,6 @@ class Field is 'Reaction::UI::ViewPort', which {
   has model     => (is => 'ro', isa => Object,             required => 1);
   has attribute => (is => 'ro', isa => ParameterAttribute, required => 1);
 
-  implements adopt_value => as {};
-
   implements _build_name => as { shift->attribute->name };
 
   implements _build_label => as {