aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/Angus.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-10-10 09:31:48 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-10-10 09:31:48 +0100
commit9ecce5d09e5fe806b6d4b221df08f9ae993dc502 (patch)
treed50b53a0c7ebcc6c45b0130c8405e8d521b4b5b6 /perllib/FixMyStreet/Map/Angus.pm
parent3fa7a7f4026c22d562d0fdb21ce2ec184dd163e0 (diff)
[Angus] Remove cobrand.
Diffstat (limited to 'perllib/FixMyStreet/Map/Angus.pm')
-rw-r--r--perllib/FixMyStreet/Map/Angus.pm18
1 files changed, 0 insertions, 18 deletions
diff --git a/perllib/FixMyStreet/Map/Angus.pm b/perllib/FixMyStreet/Map/Angus.pm
deleted file mode 100644
index 98f5373c1..000000000
--- a/perllib/FixMyStreet/Map/Angus.pm
+++ /dev/null
@@ -1,18 +0,0 @@
-# FixMyStreet:Map::Angus
-# More JavaScript, for street assets
-
-package FixMyStreet::Map::Angus;
-use base 'FixMyStreet::Map::FMS';
-
-use strict;
-
-sub map_javascript { [
- '/vendor/OpenLayers/OpenLayers.angus.js',
- '/js/map-OpenLayers.js',
- '/js/map-bing-ol.js',
- '/js/map-fms.js',
- '/cobrands/fixmystreet/assets.js',
- '/cobrands/angus/js.js',
-] }
-
-1;