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/creator
parent28e14794e7d6d41ab2ab5c8b1fff97bdb9d52507 (diff)
remove unused callback
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 817bc4fcf60..04882f07cc3 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1693,6 +1693,4 @@ static void setCallbacks(void)
/* BLI_blenlib: */
BLI_setErrorCallBack(error_cb); /* */
-// XXX BLI_setInterruptCallBack(blender_test_break);
-
}