From 785523f0b05bb0815426e2afeb18460ef7d674ff Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 11 Sep 2009 12:49:42 -0700 Subject: [PATCH] remove dead code from NotifyAboutThing. --- lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm b/lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm index 1ab27f1c5..bd8660b34 100644 --- a/lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm +++ b/lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm @@ -84,7 +84,6 @@ sub execute { my $self = shift; my $thingy = shift; my $inbox = WebGUI::Inbox->new($self->session); - my $messageTemplate = $self->get('messageTemplate'); my $properties = { status => 'completed', subject => 'Thingy at URL ' . $thingy->getUrl . ' changed.',