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>2014-02-04 00:11:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-04 00:20:19 +0400
commit76543574bc2902dc846582efbb5eab4ad68094e1 (patch)
tree0ceedc9d0c0ad902a64b40ee48357a616863048c /source/blender/blenlib/BLI_scanfill.h
parent4b07579cd49817e536e81a53ee66e7c4919e5aac (diff)
Code cleanup: declarations for removed functions
Diffstat (limited to 'source/blender/blenlib/BLI_scanfill.h')
-rw-r--r--source/blender/blenlib/BLI_scanfill.h3
1 files changed, 0 insertions, 3 deletions
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