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:
authorTon Roosendaal <ton@blender.org>2013-04-13 18:15:16 +0400
committerTon Roosendaal <ton@blender.org>2013-04-13 18:15:16 +0400
commit53bb59f209bae874d7d73c5fb882452c1fee9cd8 (patch)
tree09a876cd4e7cc12719bb8641c27eaebb548d868e /source/creator
parent9e8047d37b94be372b705934871d24670d42a9ab (diff)
Accidentally left in test function. All's fine now!
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 3074d09646f..b7d6a96ab04 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1196,14 +1196,6 @@ static int set_addons(int argc, const char **argv, void *data)
}
}
-#if 0
-static int test_file(int UNUSED(argc), const char **argv, void *UNUSED(data))
-{
- printf("path is %s\n", argv[0]);
- return 1;
-}
-#endif
-
static int load_file(int UNUSED(argc), const char **argv, void *data)
{
bContext *C = data;