mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 01:33:16 +03:00
Remove dead code
This commit is contained in:
parent
ca6ac7c37e
commit
70dd445d5b
@ -513,24 +513,4 @@ void ami_font_scan_init(const char *filename, bool force_scan, bool save,
|
||||
|
||||
LOG(("Initialised with %ld glyphs", found));
|
||||
}
|
||||
#if 0
|
||||
#warning FIXME: font_scan.c needs fixing for OS3
|
||||
void ami_font_scan_init(const char *filename, bool force_scan, bool save,
|
||||
lwc_string **glypharray)
|
||||
{
|
||||
}
|
||||
|
||||
void ami_font_scan_fini(lwc_string **glypharray)
|
||||
{
|
||||
}
|
||||
|
||||
void ami_font_scan_save(const char *filename, lwc_string **glypharray)
|
||||
{
|
||||
}
|
||||
|
||||
const char *ami_font_scan_lookup(const uint16 *code, lwc_string **glypharray)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user