aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-26 23:29:57 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-26 23:29:57 -0800
commit22a8e57a57fcf41d295fbd8716e89dbdae423a32 (patch)
tree9e6cac49de5c58fae9cab1421fe125c820c5afc2 /util.h
parent9cd279e0e9e119c279bd957434a1d30d5c60abc4 (diff)
More migration away from al_list
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/util.h b/util.h
index 47d8bc4f..e6dc82b1 100644
--- a/util.h
+++ b/util.h
@@ -315,12 +315,6 @@ int hash_ptr_cmp( void *a,
void *b );
-/**
- Allocate heap memory for creating a new list and initialize
- it. Equivalent to calling malloc and al_init.
-*/
-array_list_t *al_new();
-
/**
Initialize the list.
*/