and more cleanup ....
svn-id: r6719
This commit is contained in:
parent
093428ae9a
commit
a8c3057875
25 changed files with 1151 additions and 1297 deletions
|
@ -30,13 +30,11 @@ public:
|
|||
void send(uint32 b) { }
|
||||
};
|
||||
|
||||
int MidiDriver_NULL::open()
|
||||
{
|
||||
int MidiDriver_NULL::open() {
|
||||
warning("Music not enabled - MIDI support selected with no MIDI driver available. Try Adlib");
|
||||
return 0;
|
||||
}
|
||||
|
||||
MidiDriver *MidiDriver_NULL_create()
|
||||
{
|
||||
MidiDriver *MidiDriver_NULL_create() {
|
||||
return new MidiDriver_NULL();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue