diff options
author | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2016-11-17 02:59:40 +0100 |
---|---|---|
committer | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2016-11-17 02:59:40 +0100 |
commit | 0930f44febd25c27fb717e7323686e50c4fa0593 (patch) | |
tree | 397b0b732b628164fb078bdbe011a6ae453452a2 /sys/src/cmd/proof/font.c | |
parent | c0d0f86b14593bbf608284b96920558756a69304 (diff) |
cmd: remove a bit of unused stuff
Diffstat (limited to 'sys/src/cmd/proof/font.c')
-rw-r--r-- | sys/src/cmd/proof/font.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/proof/font.c b/sys/src/cmd/proof/font.c index 9d3aa274c..2dc6c9267 100644 --- a/sys/src/cmd/proof/font.c +++ b/sys/src/cmd/proof/font.c @@ -10,7 +10,6 @@ char lastload[NFONT][20]; /* last file name prefix loaded for this font */ Font *fonttab[NFONT][NSIZE]; /* pointers to fonts */ int fmap[NFONT]; /* what map to use with this font */ -static void bufchar(Point, Subfont *, uchar *); static void loadfont(int, int); static void fontlookup(int, char *); static void buildxheight(Biobuf*); |