summaryrefslogtreecommitdiff
path: root/frontends/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2021-07-06 15:27:13 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2021-07-06 15:27:13 +0100
commit5612e6f15a85b8725fa2510ef068872be7a73ba3 (patch)
tree2b596017f105829cfeb35a30e5a7f9d58741aec8 /frontends/amiga/os3support.h
parent1770a8d9b621c53717ddf026e2314d2693321d8a (diff)
downloadnetsurf-5612e6f15a85b8725fa2510ef068872be7a73ba3.tar.gz
netsurf-5612e6f15a85b8725fa2510ef068872be7a73ba3.tar.bz2
Amiga: remove compatibility functions that are in diskfont v47
May need to add these back in, force bitmap fonts, or drop compatiblity with OS3.5/9
Diffstat (limited to 'frontends/amiga/os3support.h')
-rw-r--r--frontends/amiga/os3support.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/frontends/amiga/os3support.h b/frontends/amiga/os3support.h
index f511012a8..0deda9a0d 100644
--- a/frontends/amiga/os3support.h
+++ b/frontends/amiga/os3support.h
@@ -123,8 +123,6 @@
#define BVS_DISPLAY BVS_NONE
#define DN_FULLPATH 0
#define BGBACKFILL JAM1
-#define OFF_OPEN 0
-#define AFF_OTAG 0
#define ML_SEPARATOR NM_BARLABEL
#define LBS_ROWS 0
@@ -144,10 +142,6 @@
#define Notify(...) (void)0
/* diskfont */
-#define EReleaseInfo ReleaseInfo
-#define EObtainInfo ObtainInfo
-#define ESetInfo SetInfo
-
/* 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)
@@ -181,14 +175,6 @@ typedef uint32_t uint32;
typedef int64_t int64;
typedef uint64_t uint64;
-/* OutlineFont */
-struct OutlineFont {
- struct BulletBase *BulletBase;
- struct GlyphEngine *GEngine;
- STRPTR OTagPath;
- struct TagItem *olf_OTagList;
-};
-
/* BackFillMessage */
struct BackFillMessage {
struct Layer *Layer;
@@ -218,10 +204,6 @@ enum {
};
/* Functions */
-/* Diskfont */
-void CloseOutlineFont(struct OutlineFont *of, struct List *list);
-struct OutlineFont *OpenOutlineFont(STRPTR fileName, struct List *list, ULONG flags);
-
/* DOS */
int64 GetFileSize(BPTR fh);
void FreeSysObject(ULONG type, APTR obj);