summaryrefslogtreecommitdiff
path: root/teletext.c
diff options
context:
space:
mode:
Diffstat (limited to 'teletext.c')
-rw-r--r--teletext.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/teletext.c b/teletext.c
index 3622e68..1cc0644 100644
--- a/teletext.c
+++ b/teletext.c
@@ -143,12 +143,3 @@ uint16_t ttxt_laG0_la1_char(int Gtriplet, int natopts, uint8_t inchar)
else
return laG0_nat_opts16[no][laG0_nat_replace_map[c]];
}
-
-/*
- * Map Latin G2 teletext characters into a ISO-8859-1 approximation.
- * Trying to use similar looking or similar meaning characters.
- */
-uint16_t ttxt_laG2_la1_char(uint8_t inchar)
-{
- return laG2_la1_table[inchar & 0x7f];
-}