summaryrefslogtreecommitdiff
path: root/app/xterm
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2021-01-02 10:27:04 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2021-01-02 10:27:04 +0000
commit2f62539bd5a0b8f6ca5216373f53fd3414459135 (patch)
tree0bc9995b50254351c37618ac80150009bfd4c533 /app/xterm
parentf78f9980674a9cd9b305578b2fd1b4bff6d5e383 (diff)
Remove a now unused field that was added as part of a local change.
Diffstat (limited to 'app/xterm')
-rw-r--r--app/xterm/ptyx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/xterm/ptyx.h b/app/xterm/ptyx.h
index b2628d97d..1c9ad8eee 100644
--- a/app/xterm/ptyx.h
+++ b/app/xterm/ptyx.h
@@ -2456,7 +2456,6 @@ typedef struct {
char * cursor_blink_s; /* ...resource cursorBlink */
int cursor_blink_esc; /* cursor blink escape-state */
Boolean cursor_blink_xor; /* how to merge menu/escapes */
- int cursor_blink_esc_i; /* cursor blink escape-state*/
#endif
#if OPT_BLINK_TEXT
Boolean blink_as_bold; /* text blink disable */