summaryrefslogtreecommitdiff
path: root/include/libcss/functypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/functypes.h')
-rw-r--r--include/libcss/functypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libcss/functypes.h b/include/libcss/functypes.h
index 2acd44a..68a3f09 100644
--- a/include/libcss/functypes.h
+++ b/include/libcss/functypes.h
@@ -19,9 +19,6 @@ extern "C"
#include <libcss/types.h>
-/* Type of allocation function for libcss */
-typedef void *(*css_allocator_fn)(void *ptr, size_t size, void *pw);
-
#ifdef __cplusplus
}
#endif