From 55cf4510c9aab143cd4ae4149c5b26c6411c9ce9 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 20 Jun 2004 16:59:29 +0000 Subject: [PATCH] Remove blinking variable from config Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1846 --- include/vga.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/vga.h b/include/vga.h index e2504997..bd6dd84f 100644 --- a/include/vga.h +++ b/include/vga.h @@ -60,9 +60,7 @@ typedef struct { /* Some other screen related variables */ Bitu line_compare; - bool chained; /* Enable or Disabled Chain 4 Mode */ - bool blinking; /* Attribute bit 7 is blinking */ /* Pixel Scrolling */ Bit8u pel_panning; /* Amount of pixels to skip when starting horizontal line */