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-07 22:27:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-07 22:27:12 +0400
commit0c051946390f38d564c70d91eb08af7d9a38cf16 (patch)
treed5784f82f7bfb8125a22841c34752af3d33634ba /source/blender/makesrna
parentc69e4ef8620c95276edbfa78c5c4fb261b222dd6 (diff)
remove printing versions in makesdna/makesrna - this used svn ID property which isnt set in the files anymore.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/makesrna.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
index 5e2669d3227..8f0184fcce7 100644
--- a/source/blender/makesrna/intern/makesrna.c
+++ b/source/blender/makesrna/intern/makesrna.c
@@ -40,8 +40,6 @@
#include "rna_internal.h"
-#define RNA_VERSION_DATE "FIXME-RNA_VERSION_DATE"
-
#ifdef _WIN32
# ifndef snprintf
# define snprintf _snprintf
@@ -2953,7 +2951,7 @@ int main(int argc, char **argv)
return_status = 1;
}
else {
- fprintf(stderr, "Running makesrna, program versions %s\n", RNA_VERSION_DATE);
+ fprintf(stderr, "Running makesrna");
makesrna_path = argv[0];
return_status = rna_preprocess(argv[1]);
}