summaryrefslogtreecommitdiff
path: root/navit/xslt/pedestrian_plugin.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'navit/xslt/pedestrian_plugin.xslt')
-rw-r--r--navit/xslt/pedestrian_plugin.xslt9
1 files changed, 0 insertions, 9 deletions
diff --git a/navit/xslt/pedestrian_plugin.xslt b/navit/xslt/pedestrian_plugin.xslt
deleted file mode 100644
index 7eb982653..000000000
--- a/navit/xslt/pedestrian_plugin.xslt
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-<xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
- <xsl:template match="/config/plugins/plugin[last()]">
- <xsl:copy><xsl:copy-of select="@*|node()"/></xsl:copy>
- <xsl:text>&#x0A; </xsl:text>
- <plugin path="$NAVIT_PREFIX/lib/libplugin_pedestrian.so" ondemand="no"/>
- </xsl:template>
- <xsl:template match="@*|node()"><xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy></xsl:template>
-</xsl:transform>