From b3cdb2da0bc60030e44588f219985861deed2bf7 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 6 Jul 2021 15:35:54 +0100 Subject: Amiga: diskfont v47 also contains ObtainCharsetInfo(), although it appears to be undocumented --- frontends/amiga/os3support.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'frontends/amiga/os3support.h') diff --git a/frontends/amiga/os3support.h b/frontends/amiga/os3support.h index 0deda9a0d..c66588bac 100644 --- a/frontends/amiga/os3support.h +++ b/frontends/amiga/os3support.h @@ -141,10 +141,6 @@ /* application */ #define Notify(...) (void)0 -/* diskfont */ -/* Only used in one place we haven't ifdeffed, where it returns the charset name */ -#define ObtainCharsetInfo(A,B,C) (const char *)nsoption_charp(local_charset) - /* DOS */ #define AllocSysObjectTags(A,B,C,D) CreateMsgPort() /* Assume ASOT_PORT for now */ #define FOpen(A,B,C) Open(A,B) -- cgit v1.2.3