diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-26 01:36:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-26 01:36:07 +0000 |
commit | a17e62af230c2d9aa2fe49d22be990525950c01e (patch) | |
tree | f12cb1634ef9240e180cb1ae5f55df02b0060b64 /t/Cobrands/Mysite/Util.pm | |
parent | a821c15c33c59bb8ff3bb5f5722a15f2ca527b6c (diff) |
Refactor map display into separate modules, response for own set-up and display.
Diffstat (limited to 't/Cobrands/Mysite/Util.pm')
-rw-r--r-- | t/Cobrands/Mysite/Util.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/Cobrands/Mysite/Util.pm b/t/Cobrands/Mysite/Util.pm index 8aedd2c8c..c1a8023c1 100644 --- a/t/Cobrands/Mysite/Util.pm +++ b/t/Cobrands/Mysite/Util.pm @@ -87,10 +87,6 @@ sub url { return '/transformed_url'; } -sub show_watermark { - return 0; -} - sub allow_photo_upload { return 0; } |