diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-03-13 18:06:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-03-13 21:54:29 +0000 |
commit | d0a16157fbd10f8bdf1a07c77331504c61bf7f5d (patch) | |
tree | f0401ba3397536b02a0d63eafdec4c8fda4bcf38 /perllib/Utils.pm | |
parent | 76e533bd318cb4208faa1bf5cd0c00bde9e08e6c (diff) |
[fixmystreet.com] Remove special Report-It code.
Diffstat (limited to 'perllib/Utils.pm')
-rw-r--r-- | perllib/Utils.pm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/perllib/Utils.pm b/perllib/Utils.pm index 243b98800..21a7311f2 100644 --- a/perllib/Utils.pm +++ b/perllib/Utils.pm @@ -91,35 +91,6 @@ sub truncate_coordinate { return $out; } -sub london_categories { - return { - 'Abandoned vehicle' => 'AbandonedVehicle', - 'Car parking' => 'Parking', - 'Dangerous structure' => 'DangerousStructure', - 'Dead animal' => 'DeadAnimal', - 'Dumped cylinder' => 'DumpedCylinder', - 'Dumped rubbish' => 'DumpedRubbish', - 'Flyposting' => 'FlyPosting', - 'Graffiti' => 'Graffiti', - 'Litter bin' => 'LitterBin', - 'Public toilet' => 'PublicToilet', - 'Refuse collection' => 'RefuseCollection', - 'Road or pavement defect' => 'Road', - 'Road or pavement obstruction' => 'Obstruction', - 'Skip problem' => 'Skip', - 'Street cleaning' => 'StreetCleaning', - 'Street drainage' => 'StreetDrainage', - 'Street furniture' => 'StreetFurniture', - 'Street needs gritting' => 'StreetGritting', - 'Street lighting' => 'StreetLighting', - 'Street sign' => 'StreetSign', - 'Traffic light' => 'TrafficLight', - 'Tree (dangerous)' => 'DangerousTree', - 'Tree (fallen branches)' => 'FallenTree', - 'Untaxed vehicle' => 'UntaxedVehicle', - }; -} - sub barnet_categories { # The values here are KBIDs from Barnet's system: see bin/send-reports for formatting. # They are no longer used since Barnet switched to email for delivery of problem reports. |