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-08-28 06:14:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-28 06:14:24 +0400
commit9e561a641ecd8db55a7bb67abe961b4f2eb1734d (patch)
tree6019a8e853243b65c7fc1df31360d1968874f1cd /source/blender/blenlib/BLI_callbacks.h
parent27df6a3b546bf4188b0f29bcb90df201a6730574 (diff)
remove callback BLI_localErrorCallBack from scanfill, was here for years and only ever wrapped printf.
Diffstat (limited to 'source/blender/blenlib/BLI_callbacks.h')
-rw-r--r--source/blender/blenlib/BLI_callbacks.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_callbacks.h b/source/blender/blenlib/BLI_callbacks.h
index e1775965444..4f727773cd2 100644
--- a/source/blender/blenlib/BLI_callbacks.h
+++ b/source/blender/blenlib/BLI_callbacks.h
@@ -63,8 +63,4 @@ void BLI_callback_add(bCallbackFuncStore *funcstore, eCbEvent evt);
void BLI_callback_global_init(void);
void BLI_callback_global_finalize(void);
-
-/* This is blenlib internal only, unrelated to above */
-void callLocalErrorCallBack(const char *msg);
-
#endif /* __BLI_CALLBACKS_H__ */