aboutsummaryrefslogtreecommitdiffstats
path: root/lib/LXRng/Lang/Undefined.pm
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@taniquetil.(none)>2009-03-06 21:13:18 +0100
committerArne Georg Gleditsch <argggh@taniquetil.(none)>2009-03-06 21:13:18 +0100
commit8d7d1d2595c2c3475ec27d07d8544e345dab5851 (patch)
tree6337fd7aa489a73c44abb742b2bac22741b00779 /lib/LXRng/Lang/Undefined.pm
parenta25f8442450d7e9fb188a979ab0897cb86e9d84f (diff)
Added more language modules, threw things about a bit.
Diffstat (limited to 'lib/LXRng/Lang/Undefined.pm')
-rw-r--r--lib/LXRng/Lang/Undefined.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/LXRng/Lang/Undefined.pm b/lib/LXRng/Lang/Undefined.pm
index c7d5d09..0989bdb 100644
--- a/lib/LXRng/Lang/Undefined.pm
+++ b/lib/LXRng/Lang/Undefined.pm
@@ -41,10 +41,6 @@ sub parsespec {
return ['atom', '\\\\.', undef];
}
-sub typemap {
- return {};
-}
-
sub markuphandlers {
my ($self, $context, $node, $markup) = @_;