From 82e8442fd91acfce3144db1245f02cee71583c51 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 21 Jul 2012 20:05:34 +0000 Subject: [PATCH] variable not used externally. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3786 --- include/pic.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/pic.h b/include/pic.h index 1c8a0a32..287840de 100644 --- a/include/pic.h +++ b/include/pic.h @@ -33,7 +33,6 @@ typedef void (* PIC_EventHandler)(Bitu val); #define PIC_NOIRQ 0xFF extern Bitu PIC_IRQCheck; -extern Bitu PIC_IRQActive; extern Bitu PIC_Ticks; static INLINE float PIC_TickIndex(void) {