summaryrefslogtreecommitdiff
path: root/Dvi.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-14 11:09:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-14 11:09:20 -0800
commit81e3522d79efdc629cd1815b451dac39208673b0 (patch)
treedb2111d7d7f4de1aaf70d23191e14b7fdb2872c9 /Dvi.c
parent13d3bad03a200e953d082b5aa5719b48045a108e (diff)
Dvi.c: remove unused XtStrlen macro
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Dvi.c')
-rw-r--r--Dvi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dvi.c b/Dvi.c
index 1097f5e..a90965e 100644
--- a/Dvi.c
+++ b/Dvi.c
@@ -37,8 +37,6 @@ from the X Consortium.
# include "config.h"
#endif
-#define XtStrlen(s) ((s) ? strlen(s) : 0)
-
/* The following are defined for the reader's convenience. Any
Xt..Field macro in this code just refers to some field in
one of the substructures of the WidgetRec. */