From 05d543fba91034b8740a63f226a914a7046750a4 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Fri, 28 May 2021 11:36:21 +0200
Subject: [PATCH] Removed unused variable to suppress compiler warnings.

---
 midi2.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/midi2.c b/midi2.c
index 7010074..1f1562d 100644
--- a/midi2.c
+++ b/midi2.c
@@ -327,10 +327,9 @@ int MIDIstartup(char *filename) {
     int chan;
     int t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12;
     int onoff, delay;
-    struct desc *desc,*dp;
+    struct desc *desc, *dp;
     enum MIDItype type;
     enum MIDIevent event;
-    int i;
     char c;
 
     MidiReleaseCommands();
-- 
2.45.2