aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/Cobrand/MakeMyIsland.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/perllib/FixMyStreet/Cobrand/MakeMyIsland.pm b/perllib/FixMyStreet/Cobrand/MakeMyIsland.pm
deleted file mode 100644
index f263df4cc..000000000
--- a/perllib/FixMyStreet/Cobrand/MakeMyIsland.pm
+++ /dev/null
@@ -1,12 +0,0 @@
-package FixMyStreet::Cobrand::MakeMyIsland;
-use base 'FixMyStreet::Cobrand::Default';
-
-use strict;
-use warnings;
-
-sub country {
- return 'MV';
-}
-
-1;
-