summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amiga/os3support.h3
1 files changed, 0 insertions, 3 deletions
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