Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-06-26 07:42:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-26 07:42:45 +0400
commita050ddf2791f44e7997944b676f2af31a1e5556f (patch)
treeac1b557b21401ca65c482a1412d06caf3fb072d2 /source/blender/blenlib/BLI_scanfill.h
parent28e14794e7d6d41ab2ab5c8b1fff97bdb9d52507 (diff)
remove unused callback
Diffstat (limited to 'source/blender/blenlib/BLI_scanfill.h')
-rw-r--r--source/blender/blenlib/BLI_scanfill.h1
1 files changed, 0 insertions, 1 deletions
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
}