summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/globals.pl b/globals.pl
index 12f9788bb..6957256a3 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1276,13 +1276,6 @@ sub RemoveVotes {
}
}
-sub PerformSubsts {
- my ($str, $substs) = (@_);
- $str =~ s/%([a-z]*)%/(defined $substs->{$1} ? $substs->{$1} : Param($1))/eg;
- return $str;
-}
-
-
###############################################################################
# Constructs a format object from URL parameters. You most commonly call it