summaryrefslogtreecommitdiff
path: root/font.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-10-25 13:15:46 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-10-25 13:28:08 -0700
commitcb2b3214a0593b0970cd8738d34d0ac3e1268b38 (patch)
treee323f6f8838d8649737272dc8828569b4f9c5580 /font.c
parent5134d3eaaeb25a49622d827af7c783b980a10919 (diff)
Remove #if 0 code
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'font.c')
-rw-r--r--font.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/font.c b/font.c
index 014451f..f4a658f 100644
--- a/font.c
+++ b/font.c
@@ -440,17 +440,3 @@ DviCharIsLigature (DviCharNameMap *map, const char *name)
}
return NULL;
}
-
-#if 0
-LoadFont (DviWidget dw, int position, int size)
-{
- XFontStruct *font;
-
- font = QueryFont (dw, position, size);
- dw->dvi.font_number = position;
- dw->dvi.font_size = size;
- dw->dvi.font = font;
- XSetFont (XtDisplay (dw), dw->dvi.normal_GC, font->fid);
- return;
-}
-#endif