1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-01 17:35:54 +00:00

If SUNDISPLAY is defined REALCURSOR will be defined so remove redundant defined(SUNDISPLAY)

This commit is contained in:
Nick Briggs
2023-11-17 09:46:22 -08:00
parent 09fae0a3f5
commit 15966ccf34

View File

@@ -1799,7 +1799,7 @@ void tedit_bltchar(LispPTR *args)
} /* end tedit_bltchar */
#if defined(REALCURSOR) || defined(SUNDISPLAY)
#if defined(REALCURSOR)
#ifndef COLOR
/* Lisp addr hi-word, lo-word, ... */
static int old_cursorin(DLword addrhi, DLword addrlo, int x, int w, int h, int y, int backward)
@@ -1866,4 +1866,4 @@ static int old_cursorin(DLword addrhi, DLword addrlo, int x, int w, int h, int y
} /* COLOR case end */
}
#endif /* COLOR */
#endif /* defined(REALCURSOR) || defined(SUNDISPLAY) */
#endif /* defined(REALCURSOR) */