summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-fixed-country.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-fixed-country.html')
-rw-r--r--httemplate/elements/tr-fixed-country.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/httemplate/elements/tr-fixed-country.html b/httemplate/elements/tr-fixed-country.html
deleted file mode 100644
index 806d92cd6..000000000
--- a/httemplate/elements/tr-fixed-country.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<% include('tr-fixed.html', %opt ) %>
-<%init>
-
-my %opt = @_;
-
-my $value = $opt{'curr_value'} || $opt{'value'};
-
-$opt{'formatted_value'} = code2country($value). " ($value)";
-
-</%init>