More migration to the STL

This commit is contained in:
ridiculousfish
2011-12-26 22:51:34 -08:00
parent 046c9b56f5
commit b67eaa3abd
5 changed files with 33 additions and 45 deletions

View File

@@ -874,11 +874,6 @@ func_ptr_t al_peek_func( array_list_t *l )
return al_peek_generic(l).func_val;
}
int al_empty( array_list_t *l )
{
CHECK( l, 1 );
return l->pos == 0;
}
int al_get_count( array_list_t *l )