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 --- source/blender/blenlib/intern/winstuff.c | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/blenlib') 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 diff --git a/source/blender/blenlib/intern/winstuff.c b/source/blender/blenlib/intern/winstuff.c index af0ab1937d5..3027d4f4921 100644 --- a/source/blender/blenlib/intern/winstuff.c +++ b/source/blender/blenlib/intern/winstuff.c @@ -225,6 +225,8 @@ void get_default_root(char *root) } } +/* UNUSED */ +#if 0 int check_file_chars(char *filename) { char *p = filename; @@ -245,6 +247,7 @@ int check_file_chars(char *filename) } return 1; } +#endif #else -- cgit v1.2.3