From 8df392d11d0fe0fb8cf7656690790b5d74b7cb76 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 23 Jan 2016 14:59:22 +0000 Subject: Remove nulling of a function which does actually exist in OS3 gfx.lib --- amiga/os3support.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'amiga') diff --git a/amiga/os3support.h b/amiga/os3support.h index c6160ca9c..5f21fadba 100644 --- a/amiga/os3support.h +++ b/amiga/os3support.h @@ -154,9 +154,6 @@ #define AllocVecTagList(SZ,TAG) AllocVec(SZ,MEMF_ANY) /* AllocVecTagList with no tags */ #define FindIName FindName -/* Gfx */ -#define SetRPAttrs(...) (void)0 /*\todo Probably need to emulate this */ - /* Intuition */ #define ICoerceMethod CoerceMethod #define IDoMethod DoMethod -- cgit v1.2.3