From 7afc052550b3c776d885b3d34a1a2b3a762dce8e Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Tue, 5 Nov 2019 14:55:48 +0100 Subject: [PATCH] Silence "unused-const-variable" warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This register dump looks useful, but it was never used for anything… --- src/ints/int10_vptable.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ints/int10_vptable.cpp b/src/ints/int10_vptable.cpp index 3ec451d3..6a9f0890 100644 --- a/src/ints/int10_vptable.cpp +++ b/src/ints/int10_vptable.cpp @@ -74,6 +74,7 @@ const Bit8u vparams_tandy[] = { 0x2c, 0x28, 0x2d, 0x29, 0x2a, 0x2e, 0x1e, 0x29 }; +#if 0 const Bit8u vparams_tandy_td[] = { // 40x25 mode 0 and 1 crtc registers 0x38, 0x28, 0x2d, 0x0a, 0x1f, 0x06, 0x19, 0x1c, 0x02, 0x07, 0x06, 0x07, 0,0,0,0, @@ -92,7 +93,7 @@ const Bit8u vparams_tandy_td[] = { // CGA mode register 0x2c, 0x28, 0x2d, 0x29, 0x2a, 0x2e, 0x1e, 0x29 }; - +#endif static Bit8u video_parameter_table_vga[0x40*0x1d]={ // video parameter table for mode 0 (cga emulation)