summaryrefslogtreecommitdiffstats
path: root/extensions/Voting
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Voting')
-rw-r--r--extensions/Voting/Extension.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/Voting/Extension.pm b/extensions/Voting/Extension.pm
index cf4297024..25266778c 100644
--- a/extensions/Voting/Extension.pm
+++ b/extensions/Voting/Extension.pm
@@ -221,11 +221,6 @@ sub template_before_create {
$constants->{DEFAULT_VOTES_PER_BUG} = DEFAULT_VOTES_PER_BUG;
}
-sub template_before_process_wants {
- return {
- 'admin/users/confirm-delete.html.tmpl' => 1
- }
-}
sub template_before_process {
my ($self, $args) = @_;