summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-03-01 11:48:21 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-03-01 11:50:20 +0000
commitdb9144230426e9dfa0203ddd4f98568f48160fd6 (patch)
tree93bb6afa6892f02d1f5bb0144c69d98b1df55043 /amiga/os3support.h
parentc0c9f54a9c9096eaf68de4f7b8d5d2d15282f4a5 (diff)
downloadnetsurf-db9144230426e9dfa0203ddd4f98568f48160fd6.tar.gz
netsurf-db9144230426e9dfa0203ddd4f98568f48160fd6.tar.bz2
Remove branches that can't be taken under OS3
Micro-optimise these for OS4.1 Remove dummy compositing defines from os3support.h
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/amiga/os3support.h b/amiga/os3support.h
index d5b895fb5..128e6bfdf 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -189,25 +189,6 @@ struct OutlineFont {
struct TagItem *olf_OTagList;
};
-/* Compositing */
-#define COMPFLAG_IgnoreDestAlpha 0
-#define COMPFLAG_SrcAlphaOverride 0
-#define COMPFLAG_SrcFilter 0
-
-#define COMPOSITE_Src 0
-
-#define COMPTAG_ScaleX 0
-#define COMPTAG_ScaleY 0
-#define COMPTAG_DestX 0
-#define COMPTAG_DestY 0
-#define COMPTAG_DestWidth 0
-#define COMPTAG_DestHeight 0
-#define COMPTAG_OffsetX 0
-#define COMPTAG_OffsetY 0
-
-#define CompositeTags(a, ...) ((void) (a))
-#define COMP_FLOAT_TO_FIX(f) (f)
-
/* icon.library v51 (ie. AfA_OS version) */
#define ICONCTRLA_SetImageDataFormat (ICONA_Dummy + 0x67) /*103*/
#define ICONCTRLA_GetImageDataFormat (ICONA_Dummy + 0x68) /*104*/