Remove nulling of a function which does actually exist in OS3 gfx.lib

This commit is contained in:
Chris Young 2016-01-23 14:59:22 +00:00
parent dacdea768c
commit 8df392d11d
1 changed files with 0 additions and 3 deletions

View File

@ -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