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>2012-03-11 04:00:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-11 04:00:27 +0400
commit0c50bedd9c960763d3e8e695b63957a964565be0 (patch)
treecd155d7f484052fcc959f5b74b5b413a998889a3 /source/creator
parent7f34653f59ad3f7bed75eb9a36aa6ed928eef181 (diff)
code cleanup: remove unused externs.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 4a4887f52f9..3cc2c4f1c4c 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -319,9 +319,6 @@ static int print_help(int UNUSED(argc), const char **UNUSED(argv), void *data)
return 0;
}
-
-double PIL_check_seconds_timer(void);
-
static int end_arguments(int UNUSED(argc), const char **UNUSED(argv), void *UNUSED(data))
{
return -1;