Whatever this dead code was ever supposed to be good for
...it would never fire as ARGS_ARE_XY_VALUES is a non-zero enum member. The code had been like that since the initial import. Change-Id: Icc3c329218b3105123b2a1448ff9a2838ecd4912
This commit is contained in:
@@ -623,10 +623,6 @@ static int GetCompoundTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPo
|
||||
if (abs3 < 0) abs3 = -abs3;
|
||||
if (abs3 <= 33) n *= 2;
|
||||
|
||||
if (!ARGS_ARE_XY_VALUES) { /* match the points */
|
||||
assert(!"ARGS_ARE_XY_VALUES is not implemented!!!\n");
|
||||
}
|
||||
|
||||
for (i=0; i<np; i++) {
|
||||
F16Dot16 t;
|
||||
ControlPoint cp;
|
||||
|
Reference in New Issue
Block a user