Remove unneeded FcPublic

This commit is contained in:
Behdad Esfahbod 2014-07-27 16:53:28 -04:00
parent a9e7b0494e
commit 37e501ed0a
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ static int lerp(int x, int x1, int x2, int y1, int y2)
return y1 + (dy*(x-x1) + dx/2) / dx;
}
FcPublic int
int
FcWeightFromOpenType (int ot_weight)
{
int i;
@ -66,7 +66,7 @@ FcWeightFromOpenType (int ot_weight)
return lerp (ot_weight, map[i-1].ot, map[i].ot, map[i-1].fc, map[i].fc);
}
FcPublic int
int
FcWeightToOpenType (int fc_weight)
{
int i;