A little more cleanup, removed a bunch of unused vars in the code.

Trying to get rid of some of the extra warnings we can ignore ;)

Kent
This commit is contained in:
2003-08-14 15:18:45 +00:00
parent 80f3d5863e
commit abede3ca04
18 changed files with 13 additions and 40 deletions

View File

@@ -1738,9 +1738,7 @@ void convertmenu(void)
void flip_subdivison(Object *ob, int level)
{
Base *base;
Mesh *me, *tme;
short i, j;
Mesh *me;
me = ob->data;