summaryrefslogtreecommitdiff
path: root/amiga/object.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-26 19:40:59 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-26 19:40:59 +0000
commit04cbc08c5726556e2a7c4b565d3cc933bac7b9bd (patch)
tree9bcde4485c76765600828c20345f991ecad2c4a4 /amiga/object.h
parent520e81f98d7560cb39a9141c698723e2e36aa675 (diff)
downloadnetsurf-04cbc08c5726556e2a7c4b565d3cc933bac7b9bd.tar.gz
netsurf-04cbc08c5726556e2a7c4b565d3cc933bac7b9bd.tar.bz2
Don't use ami_NewMinList as it potentially writes past the MinList structure on OS3.
Instead we use ami_AllocMinList and pointers.
Diffstat (limited to 'amiga/object.h')
-rwxr-xr-xamiga/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/object.h b/amiga/object.h
index 6ea9bd1b1..be9650413 100755
--- a/amiga/object.h
+++ b/amiga/object.h
@@ -57,7 +57,6 @@ void FreeObjList(struct MinList *objlist);
/** List abstraction as OS3 appears to have problems with NewMinList() **/
struct MinList *ami_AllocMinList(void);
-void ami_NewMinList(struct MinList *list);
/** Initialisation for itempool **/
bool ami_object_init(void);