1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-14 03:44:36 +00:00

Remove unused #defines

This commit is contained in:
Nick Briggs
2023-01-02 12:37:07 -08:00
parent 7eb3cd0ceb
commit 679b201849
5 changed files with 3 additions and 12 deletions

View File

@@ -282,9 +282,6 @@ void flush_display_buffer(void) {
/* h the height of the piece to display, in pixels */
/* */
/************************************************************************/
#define BITEPER_DLBYTE 8
#define DLBYTE_PERLINE (displaywidth / 8)
void flush_display_region(int x, int y, int w, int h)
{