use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations which have been removed.

This commit is contained in:
2013-03-11 20:27:38 +00:00
parent 8560b141eb
commit 660be3da39
20 changed files with 42 additions and 36 deletions

View File

@@ -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);