aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-31 17:01:19 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-31 17:01:19 -0800
commit4ccc2550d0da858a0ebcbce75f3d63723a401e69 (patch)
tree02d78867bf3775fccc8139ced8e14b4f8338ff8d /util.h
parent0c9e398bef070e2841e275ce871fc1836e104711 (diff)
Squash a bunch of warnings
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/util.h b/util.h
index e6dc82b1..2ca5431d 100644
--- a/util.h
+++ b/util.h
@@ -361,10 +361,6 @@ int al_push_func( array_list_t *l, func_ptr_t f );
*/
int al_push_all( array_list_t *a, array_list_t *b );
-/**
- Insert the specified number of new empty positions at the specified position in the list.
- */
-int al_insert( array_list_t *a, int pos, int count );
/**
Sets the element at the specified index