Cleanup: move function to file where it is used

`drawLine` is only used for constraint, so it should be in
`transform_constraints.c`
This commit is contained in:
2023-01-27 14:10:43 -03:00
parent 8343e841fd
commit 0050d6d399
3 changed files with 55 additions and 56 deletions

View File

@@ -809,8 +809,6 @@ void postTrans(struct bContext *C, TransInfo *t);
void resetTransModal(TransInfo *t);
void resetTransRestrictions(TransInfo *t);
void drawLine(TransInfo *t, const float center[3], const float dir[3], char axis, short options);
/* DRAWLINE options flags */
#define DRAWLIGHT 1