style cleanup

This commit is contained in:
2013-04-08 04:39:09 +00:00
parent 45669ebbc6
commit fcf137dbd7
12 changed files with 46 additions and 44 deletions

View File

@@ -962,10 +962,6 @@ void recalcData(TransInfo *t)
else if (t->spacetype == SPACE_CLIP) {
recalcData_spaceclip(t);
}
if (t->options & CTX_MASK) {
}
}
void drawLine(TransInfo *t, const float center[3], const float dir[3], char axis, short options)