Diff for /np2/x11/cmmidi.c between versions 1.4 and 1.5

version 1.4, 2011/01/15 14:17:22 version 1.5, 2011/01/15 16:01:52
Line 252  static void Line 252  static void
 midiout_none(CMMIDI midi, UINT32 msg, UINT cnt)  midiout_none(CMMIDI midi, UINT32 msg, UINT cnt)
 {  {
   
         UNUSED(midi);          /* Nothing to do */
         UNUSED(msg);  
         UNUSED(cnt);  
 }  }
   
 static void  static void
Line 275  static void Line 273  static void
 midiout_vermouth(CMMIDI midi, UINT32 msg, UINT cnt)  midiout_vermouth(CMMIDI midi, UINT32 msg, UINT cnt)
 {  {
   
         UNUSED(cnt);  
   
         sound_sync();          sound_sync();
         midiout_shortmsg(midi->vermouth, msg);          midiout_shortmsg(midi->vermouth, msg);
 }  }
Line 589  static BYTE Line 585  static BYTE
 midigetstat(COMMNG self)  midigetstat(COMMNG self)
 {  {
   
         UNUSED(self);  
   
         return 0x00;          return 0x00;
 }  }
   

Removed from v.1.4  
changed lines
  Added in v.1.5


RetroPC.NET-CVS <cvs@retropc.net>