wdvi

network DVI viewer
Log | Files | Refs

commit 463e7d79defcfdb1c364729b297901746cfdb221
parent 3b7794fc2a99fc2cbf1aa71a280635f8190bbf42
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Mon, 13 Sep 2021 15:27:21 +0000

remove unused variable

Diffstat:
Mxdvi.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/xdvi.c b/xdvi.c @@ -569,7 +569,6 @@ compile_modifiers(pp, wactp) { const char *p = *pp; const char *p1; - Bool exclusive = False; LateBindingsPtr latep = NULL; int nlate; @@ -596,7 +595,6 @@ compile_modifiers(pp, wactp) } else { if (*p == '!') { - exclusive = True; do { ++p; } while (*p == ' ' || *p == '\t');