summaryrefslogtreecommitdiff
path: root/httemplate/misc/cities.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/cities.cgi')
-rw-r--r--httemplate/misc/cities.cgi7
1 files changed, 0 insertions, 7 deletions
diff --git a/httemplate/misc/cities.cgi b/httemplate/misc/cities.cgi
deleted file mode 100644
index c92485ee4..000000000
--- a/httemplate/misc/cities.cgi
+++ /dev/null
@@ -1,7 +0,0 @@
-[ <% join(', ', map { qq("$_") } @cities) %> ]
-<%init>
-
-my( $county, $state, $country ) = $cgi->param('arg');
-my @cities = cities($county, $state, $country);
-
-</%init>