Cleanup: remove unused code

This variable was never used.
This commit is contained in:
Campbell Barton 2019-04-12 00:58:42 +10:00
parent 6478f90cc2
commit 8091e39d22

@ -431,17 +431,6 @@ static void buildchar(Curve *cu, ListBase *nubase, unsigned int character, CharI
vfd = vfont_get_data(which_vfont(cu, info)); vfd = vfont_get_data(which_vfont(cu, info));
if (!vfd) return; if (!vfd) return;
#if 0
if (cu->selend < cu->selstart) {
if ((charidx >= (cu->selend)) && (charidx <= (cu->selstart - 2)))
sel = 1;
}
else {
if ((charidx >= (cu->selstart - 1)) && (charidx <= (cu->selend - 1)))
sel = 1;
}
#endif
/* make a copy at distance ofsx, ofsy with shear */ /* make a copy at distance ofsx, ofsy with shear */
shear = cu->shear; shear = cu->shear;
si = sinf(rot); si = sinf(rot);