use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations which have been removed.
This commit is contained in:
@@ -63,8 +63,6 @@ void load_editNurb(struct Object *obedit);
|
||||
void make_editNurb(struct Object *obedit);
|
||||
void free_editNurb(struct Object *obedit);
|
||||
|
||||
void BKE_curve_editNurb_free(struct Curve *cu);
|
||||
|
||||
int mouse_nurb(struct bContext *C, const int mval[2], int extend, int deselect, int toggle);
|
||||
|
||||
struct Nurb *add_nurbs_primitive(struct bContext *C, struct Object *obedit, float mat[4][4], int type, int newob);
|
||||
|
||||
Reference in New Issue
Block a user