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:
authorDaniel Dunbar <daniel@zuster.org>2005-08-14 16:54:57 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-08-14 16:54:57 +0400
commit8e70766a8213a5f3e93156469ea53569288f20e5 (patch)
treec896994c5c0e5b867ce91fe65a79be8822f5987e /source/blender/blenlib/intern/BLI_callbacks.h
parent6880801aadfec149cae9a3c3df05ad99d146f812 (diff)
- forgot to remove a function prototype from header on static'ng
Diffstat (limited to 'source/blender/blenlib/intern/BLI_callbacks.h')
-rw-r--r--source/blender/blenlib/intern/BLI_callbacks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/BLI_callbacks.h b/source/blender/blenlib/intern/BLI_callbacks.h
index a2c7ccd4bd8..1f854764a59 100644
--- a/source/blender/blenlib/intern/BLI_callbacks.h
+++ b/source/blender/blenlib/intern/BLI_callbacks.h
@@ -39,7 +39,6 @@
// This is blenlib internal only
void callLocalErrorCallBack(char* msg);
-int callLocalInterruptCallBack(void);
#endif