cut over to next_proposition using resolved_count
[scpubgit/DX.git] / lib / DX / Hypothesis.pm
index e8b66c0..95c05f3 100644 (file)
@@ -25,8 +25,6 @@ has action_applications => (
 
 has action_policy => (is => 'ro', isa => ActionPolicy, required => 1);
 
-sub head_proposition { shift->outstanding_propositions->[0] }
-
 sub with_actions {
   my ($self, @actions) = @_;
   my $hyp = $self;