summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/Extension.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BugModal/Extension.pm')
-rw-r--r--extensions/BugModal/Extension.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/extensions/BugModal/Extension.pm b/extensions/BugModal/Extension.pm
index dede1f0fa..90406abca 100644
--- a/extensions/BugModal/Extension.pm
+++ b/extensions/BugModal/Extension.pm
@@ -150,17 +150,6 @@ sub template_after_create {
);
}
-sub template_before_process_wants {
- return {
- 'bug/process/header.html.tmpl' => 1,
- 'bug/create/created.html.tmpl' => 1,
- 'attachment/created.html.tmpl' => 1,
- 'attachment/updated.html.tmpl' => 1,
- 'bug_modal/edit.html.tmpl' => 1,
- 'bug/show-modal.html.tmpl' => 1,
- };
-}
-
sub template_before_process {
my ($self, $args) = @_;
my $file = $args->{file};