diff options
author | Max Horn | 2002-12-11 02:38:38 +0000 |
---|---|---|
committer | Max Horn | 2002-12-11 02:38:38 +0000 |
commit | 0602c7ed49d41e911042ff199b3086958c404716 (patch) | |
tree | 943650a5f85be5ef831ec870a3f2d44989747752 /backends/midi | |
parent | 7d3a423df7064a212960cd9e75d9c722a883e776 (diff) | |
download | scummvm-rg350-0602c7ed49d41e911042ff199b3086958c404716.tar.gz scummvm-rg350-0602c7ed49d41e911042ff199b3086958c404716.tar.bz2 scummvm-rg350-0602c7ed49d41e911042ff199b3086958c404716.zip |
fixed legal header
svn-id: r5902
Diffstat (limited to 'backends/midi')
-rw-r--r-- | backends/midi/windows.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/midi/windows.cpp b/backends/midi/windows.cpp index 6d7322a928..e49c62bf27 100644 --- a/backends/midi/windows.cpp +++ b/backends/midi/windows.cpp @@ -1,5 +1,4 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001 Ludvig Strigeus * Copyright (C) 2001/2002 The ScummVM project * * This program is free software; you can redistribute it and/or @@ -80,7 +79,6 @@ void MidiDriver_WIN::set_stream_callback(void *param, StreamCallback *sc) void CALLBACK MidiDriver_WIN::midi_callback(HMIDIOUT hmo, UINT wMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2) { - switch (wMsg) { case MM_MOM_DONE:{ MidiDriver_WIN *md = ((MidiDriver_WIN *) dwInstance); |