summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-12-20 16:41:05 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-12-20 16:41:05 +0000
commit3dd9c59dbeb5b2598838cff0018d4f07fd2c67ec (patch)
tree87a7ca76e46d5cd6116554f8be47f19c04b14ef9
parentb013efa88ce00b571fd26c569baf9c46511d4613 (diff)
downloadnetsurf-3dd9c59dbeb5b2598838cff0018d4f07fd2c67ec.tar.gz
Function required under OS3 too
-rw-r--r--amiga/font.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/amiga/font.c b/amiga/font.c
index fb40f9727..e05135694 100644
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -899,14 +899,12 @@ void ami_font_savescanner(void)
ami_font_scan_save(nsoption_charp(font_unicode_file), glypharray);
}
-#ifdef __amigaos4__
static LONG ami_font_cache_sort(struct Hook *hook, APTR key1, APTR key2)
{
if(key1 == key2) return 0;
if(key1 < key2) return -1;
return 1;
}
-#endif
#if 0
// TODO: Rewrite to page through the LRU list as splay trees don't let us do this */