Remove obsolete comments now that the MIDI objects are back in their rightful location

git-svn-id: https://svn.eduke32.com/eduke32@8254 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-10-24 05:46:54 +00:00 committed by Christoph Oelckers
parent d1ccbab5ea
commit 9215812ed6
3 changed files with 0 additions and 6 deletions

View file

@ -32,8 +32,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
(c) Copyright 1994 James R. Dose. All Rights Reserved. (c) Copyright 1994 James R. Dose. All Rights Reserved.
**********************************************************************/ **********************************************************************/
// This object is shared by all Build games with MIDI playback!
#include "midi.h" #include "midi.h"
#include "_midi.h" #include "_midi.h"

View file

@ -21,8 +21,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// This object is shared by all Build games with MIDI playback!
#include "music.h" #include "music.h"
#include "compat.h" #include "compat.h"

View file

@ -20,8 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// This object is shared by all Build games with MIDI playback!
#include "compat.h" #include "compat.h"
#include "multivoc.h" #include "multivoc.h"
#include "music.h" #include "music.h"