diff options
Diffstat (limited to 'navit/xslt')
-rw-r--r-- | navit/xslt/openmoko.xslt | 1 | ||||
-rw-r--r-- | navit/xslt/sailfish_osd.xslt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/navit/xslt/openmoko.xslt b/navit/xslt/openmoko.xslt index ecd946a40..dae507c90 100644 --- a/navit/xslt/openmoko.xslt +++ b/navit/xslt/openmoko.xslt @@ -9,6 +9,5 @@ <xsl:output method="xml" doctype-system="navit.dtd" cdata-section-elements="gui"/> <xsl:include href="navit_drag_bitmap.xslt"/> <xsl:include href="osd_minimum.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> diff --git a/navit/xslt/sailfish_osd.xslt b/navit/xslt/sailfish_osd.xslt index a438c2332..fc2244d97 100644 --- a/navit/xslt/sailfish_osd.xslt +++ b/navit/xslt/sailfish_osd.xslt @@ -10,7 +10,6 @@ <xsl:output method="xml" indent="yes" cdata-section-elements="gui" doctype-system="navit.dtd"/> <xsl:include href="osd_minimum.xslt"/> - <xsl:include href="osd_enable_zoom.xslt"/> <!-- Default rule: copy all --> <xsl:template match="node()|@*"> |