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>2003-12-24 14:44:57 +0300
committerTon Roosendaal <ton@blender.org>2003-12-24 14:44:57 +0300
commitb3911687eef461bbdb2b25f88bb166a2ae119a19 (patch)
treeef1348dd114c5a50a45be8dfb58a324008fceb71 /source/blender/blenloader
parent8fbff1a3b7c2c85591681f2682b0343b70dc1853 (diff)
- only cosmetic stuff; result of going over the output of mipspro cc
compile round. Wrong prototypes, unused variables, zealot const usage, and in action.c fixed insane & unreadable function call syntax.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index a8abc0f0798..0d9fdf14bca 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -207,9 +207,6 @@ READ
p_i= (char *)&(a); \
s_i=p_i[0]; p_i[0]=p_i[1]; p_i[1]=s_i; }
-/***/
-
-static char *functionality_check= "\0FUNCTIONALITY_CHECK += blo_readfile\n";
/***/
@@ -3337,7 +3334,6 @@ static void do_versions(Main *main)
if(main->versionfile <= 204) {
/* patches for new physics */
Object *ob= main->object.first;
- Material *ma= main->mat.first;
bActuator *act;
bObjectActuator *oa;
bSound *sound;