aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
index 6f6284c7a..db6d120ed 100644
--- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
@@ -193,13 +193,6 @@ sub available_permissions {
my $perms = $self->next::method();
$perms->{Bodies}->{defect_type_edit} = "Add/edit defect types";
- delete $perms->{Problems}->{report_edit};
- delete $perms->{Problems}->{report_edit_category};
- delete $perms->{Problems}->{report_edit_priority};
- delete $perms->{Problems}->{report_inspect};
- delete $perms->{Problems}->{report_instruct};
- delete $perms->{Problems}->{planned_reports};
-
return $perms;
}