From 2b00069ae9a400b2409e18d30ac299eb6cfa23c4 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 15 Feb 2020 17:21:22 +0000 Subject: [PATCH] remove unused variable Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4327 --- include/dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dma.h b/include/dma.h index ffae266b..eb7c1140 100644 --- a/include/dma.h +++ b/include/dma.h @@ -42,7 +42,7 @@ public: Bit8u DMA16; bool increment; bool autoinit; - Bit8u trantype; +// Bit8u trantype; //Not used at the moment bool masked; bool tcount; bool request;