From ed1a78f2e12ae01e07ba8bf79f5e4e6bb6df736a Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sat, 27 Feb 2016 18:16:22 +0200 Subject: VDR-2.3.1 compatibility patch by kanadakruemel. --- txtfont.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'txtfont.h') diff --git a/txtfont.h b/txtfont.h index 90b3cac..551a7ed 100644 --- a/txtfont.h +++ b/txtfont.h @@ -5,12 +5,6 @@ #include "txtrender.h" -unsigned int* GetFontChar(cTeletextChar c, unsigned int *buffer); -// Get a character bitmap for character/charset -// Also handle double width/height partial characters -// buffer must be an unsigned int[10] buffer, that *may* be used -// to store the character - a different pointer may be returned too. -// returns NULL if undefined character - +unsigned int GetVTXChar(cTeletextChar c); #endif -- cgit v1.2.3