utils: removed unused functions

Removed all allocation functions, xwrite(), xread(), ARRAY_SIZE().
Those have been superseded by GLib.
This commit is contained in:
Max Kellermann
2009-01-03 14:53:42 +01:00
parent b42e10b839
commit 38bf81285f
4 changed files with 8 additions and 112 deletions

View File

@@ -27,6 +27,8 @@
#include <assert.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */
#define CHUNK_SIZE 1020