A little bit of code cleanup:

* Moved BEZSELECTED macro to blendef.h as it is used in several files
* Removed other duplicated macros
This commit is contained in:
2006-12-11 03:47:15 +00:00
parent b69fdd21ba
commit c41e0e205f
6 changed files with 2 additions and 22 deletions

View File

@@ -177,10 +177,6 @@
#include "BIF_poseobject.h"
/* used in editipo, editcurve and here */
#define BEZSELECTED(bezt) (((bezt)->f1 & 1) || ((bezt)->f2 & 1) || ((bezt)->f3 & 1))
/* local prototypes -------------*/
/* --------------------------------- */