summaryrefslogtreecommitdiff
path: root/frontends/amiga/memory.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 21:55:15 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 21:55:15 +0000
commiteab6c0c99e29e10a3ac409b8de7c0e39ef918358 (patch)
tree7411a9e07adfb98dd03df5cac60209925b6230a7 /frontends/amiga/memory.h
parent15a68714919c64edc04d6e26679fabb490bdf9a2 (diff)
downloadnetsurf-eab6c0c99e29e10a3ac409b8de7c0e39ef918358.tar.gz
netsurf-eab6c0c99e29e10a3ac409b8de7c0e39ef918358.tar.bz2
remove ami_misc_allocvec_clear
Diffstat (limited to 'frontends/amiga/memory.h')
-rw-r--r--frontends/amiga/memory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontends/amiga/memory.h b/frontends/amiga/memory.h
index dd36a214b..63452f61a 100644
--- a/frontends/amiga/memory.h
+++ b/frontends/amiga/memory.h
@@ -34,9 +34,6 @@
void *ami_memory_clear_alloc(size_t size, UBYTE value);
void ami_memory_clear_free(void *p);
-/* Standard memory allocation - to be removed */
-void *ami_misc_allocvec_clear(int size, UBYTE value);
-
/* Itempool cross-compatibility */
APTR ami_misc_itempool_create(int size);
void ami_misc_itempool_delete(APTR pool);