summaryrefslogtreecommitdiff
path: root/navit/xslt/openmoko.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'navit/xslt/openmoko.xslt')
-rw-r--r--navit/xslt/openmoko.xslt7
1 files changed, 0 insertions, 7 deletions
diff --git a/navit/xslt/openmoko.xslt b/navit/xslt/openmoko.xslt
deleted file mode 100644
index 2de3c0aab..000000000
--- a/navit/xslt/openmoko.xslt
+++ /dev/null
@@ -1,7 +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:output method="xml" doctype-system="navit.dtd" cdata-section-elements="gui"/>
- <xsl:include href="navit_drag_bitmap.xslt"/>
- <xsl:include href="osd_enable_zoom.xslt"/>
- <xsl:template match="@*|node()"><xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy></xsl:template>
-</xsl:transform>