From a050ddf2791f44e7997944b676f2af31a1e5556f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 26 Jun 2013 03:42:45 +0000 Subject: remove unused callback --- source/blender/blenlib/BLI_scanfill.h | 1 - 1 file changed, 1 deletion(-) (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 0cbd4ee70b1..21197670640 100644 --- a/source/blender/blenlib/BLI_scanfill.h +++ b/source/blender/blenlib/BLI_scanfill.h @@ -115,7 +115,6 @@ void BLI_scanfill_end(ScanFillContext *sf_ctx); /* These callbacks are needed to make the lib finction properly */ void BLI_setErrorCallBack(void (*f)(const char *)); -void BLI_setInterruptCallBack(int (*f)(void)); #ifdef __cplusplus } -- cgit v1.2.3