Removed unused variable and reorganised another

This commit is contained in:
2007-04-27 11:32:11 +00:00
parent 01335fc7bb
commit 23f59a8e8a

View File

@@ -1578,10 +1578,9 @@ void enter_editmode(int wc)
{
Base *base;
Object *ob;
ID *id;
Mesh *me;
int ok= 0;
bArmature *arm;
int ok= 0;
if(G.scene->id.lib) return;
base= BASACT;