summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-23 14:59:22 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-23 14:59:22 +0000
commit8df392d11d0fe0fb8cf7656690790b5d74b7cb76 (patch)
tree20910366f2cbf879234b309992fbfbdd96e38352
parentdacdea768c13e83fd127f0de10ca35860e4ad6c6 (diff)
downloadnetsurf-8df392d11d0fe0fb8cf7656690790b5d74b7cb76.tar.gz
netsurf-8df392d11d0fe0fb8cf7656690790b5d74b7cb76.tar.bz2
Remove nulling of a function which does actually exist in OS3 gfx.lib
-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