From 76543574bc2902dc846582efbb5eab4ad68094e1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Feb 2014 07:11:28 +1100 Subject: Code cleanup: declarations for removed functions --- source/blender/blenlib/BLI_scanfill.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/blenlib/BLI_scanfill.h') diff --git a/source/blender/blenlib/BLI_scanfill.h b/source/blender/blenlib/BLI_scanfill.h index 3caa69f91c6..bb91b747223 100644 --- a/source/blender/blenlib/BLI_scanfill.h +++ b/source/blender/blenlib/BLI_scanfill.h @@ -112,9 +112,6 @@ void BLI_scanfill_end(ScanFillContext *sf_ctx); void BLI_scanfill_begin_arena(ScanFillContext *sf_ctx, struct MemArena *arena); void BLI_scanfill_end_arena(ScanFillContext *sf_ctx, struct MemArena *arena); -/* These callbacks are needed to make the lib finction properly */ -void BLI_setErrorCallBack(void (*f)(const char *)); - #ifdef __cplusplus } #endif -- cgit v1.2.3