Undocument Font Module loading

Code was deleted in commit affec10635

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Alan Coopersmith 2012-04-27 13:35:32 -07:00
parent afcb7ba24e
commit 5a3a98fcb7

View File

@ -5989,26 +5989,6 @@ typedef struct {
</blockquote></para></blockquote>
<blockquote><para>
<programlisting>
void LoadFont(FontModule *font);
</programlisting>
<blockquote><para>
This registers the entry points for the font rasteriser module
identified by <parameter>font</parameter>. The <structname>FontModule</structname>
struct is defined as:
<programlisting>
typedef struct {
InitFont initFunc;
char * name;
pointer module;
} FontModule;
</programlisting>
</para>
</blockquote></para></blockquote>
</sect2>
</sect1>