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:
@@ -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 -------------*/
|
||||
|
||||
/* --------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user