summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
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*/