diff plugin/api/dssi_alsa_compat.c @ 608:d7f3dfe6f9a4

* solaris build fixes
author Chris Cannam
date Thu, 10 Sep 2009 18:44:45 +0000
parents da6937383da8
children
line wrap: on
line diff
--- a/plugin/api/dssi_alsa_compat.c	Thu Sep 10 14:31:49 2009 +0000
+++ b/plugin/api/dssi_alsa_compat.c	Thu Sep 10 18:44:45 2009 +0000
@@ -25,6 +25,7 @@
 #define FIXED_EV(x)	(_SND_SEQ_TYPE(SND_SEQ_EVFLG_FIXED) | _SND_SEQ_TYPE(x))
 
 /** Event types conversion array */
+/*
 const unsigned int snd_seq_event_types[256] = {
 	[SND_SEQ_EVENT_SYSTEM ... SND_SEQ_EVENT_RESULT]
 	= FIXED_EV(SND_SEQ_EVFLG_RESULT),
@@ -63,7 +64,7 @@
 	[SND_SEQ_EVENT_NONE]
 	= FIXED_EV(SND_SEQ_EVFLG_NONE),
 };
-
+*/
 /**
  * \file seq/seq_midi_event.c
  * \brief MIDI byte <-> sequencer event coder