From b3911687eef461bbdb2b25f88bb166a2ae119a19 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 24 Dec 2003 11:44:57 +0000 Subject: - 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. --- source/blender/blenloader/intern/readfile.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/blenloader') 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; -- cgit v1.2.3