summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-09-11 12:28:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-09-17 08:33:11 -0700
commitca9c5d01c44fe3a67389f3e6e0bcc34bac09c1c0 (patch)
treef935a80b137130f52b6e03a938ccafdcf55e5b2c
parent05987580ba303f6d25830bb45ce00229cb8118cc (diff)
Delete HorizontalMove macro that shadows/duplicates HorizontalMove function
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--parse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.c b/parse.c
index 5a5189c..787b3e2 100644
--- a/parse.c
+++ b/parse.c
@@ -47,8 +47,6 @@ static void PutCharacters(DviWidget dw, unsigned char *src, int len);
static void push_env(DviWidget dw);
static void pop_env(DviWidget dw);
-#define HorizontalMove(dw, delta) ((dw)->dvi.state->x += (delta))
-
#ifdef USE_XFT
static int
charWidth (DviWidget dw, XftFont *font, char c)