Removed a block of a bunch of unused vars...
	Added a return NULL to the end of a funtion that is suppose to
		return something and could fall through.

editconstraint.c
	Added a newline to the end of the file to get rid of a stupid warning.

Kent
This commit is contained in:
2004-09-03 14:31:06 +00:00
parent aa317a8281
commit f284ba64b0
2 changed files with 3 additions and 12 deletions

View File

@@ -841,4 +841,5 @@ char *get_con_subtarget_name(bConstraint *constraint, Object *target)
}
return NULL;
}
}