fontsrv: fix x11 build

Change-Id: I60eca10d7749ec71dc2ffbb0fbde564a1b711fa1
Reviewed-on: https://plan9port-review.googlesource.com/1180
Reviewed-by: Russ Cox <rsc@swtch.com>
This commit is contained in:
Russ Cox 2015-02-18 09:45:14 -05:00
parent b3a110affa
commit 3aca22118d

View file

@ -104,7 +104,6 @@ load(XFont *f)
Memsubfont*
mksubfont(XFont *xf, char *name, int lo, int hi, int size, int antialias)
{
XFont *xf, *xfp, *xfe;
FT_Face face;
FT_Error e;
Memimage *m, *mc, *m1;