summaryrefslogtreecommitdiff
path: root/font.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-10-25 13:12:31 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-10-25 13:28:08 -0700
commit5134d3eaaeb25a49622d827af7c783b980a10919 (patch)
tree8bb5db7969374d065d45d2e74242438b77ffde0e /font.c
parentf7f6ce39ca5f1988f04696581f261bf59c23dc4c (diff)
unifdef -UNOTDEF -UNOTUSED
Diffstat (limited to 'font.c')
-rw-r--r--font.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/font.c b/font.c
index a35cbba..014451f 100644
--- a/font.c
+++ b/font.c
@@ -301,18 +301,6 @@ MapDviNameToXName (DviWidget dw, const char *dvi_name)
return "-*-*-*-*-*-*-*-*-*-*-*-*-iso8859-1";
}
-#ifdef NOTUSED
-static char *
-MapXNameToDviName (DviWidget dw, char *x_name)
-{
- DviFontMap *fm;
-
- for (fm = dw->dvi.font_map; fm; fm=fm->next)
- if (!strcmp (fm->x_name, x_name))
- return fm->dvi_name;
- return 0;
-}
-#endif
void
ParseFontMap (DviWidget dw)