Skip to content

Commit

Permalink
Removed reference to WINKS in midiprobe.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
garyscavone committed Mar 30, 2014
1 parent 745fbe3 commit 774c664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/midiprobe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ int main()
std::map<int, std::string> apiMap;
apiMap[RtMidi::MACOSX_CORE] = "OS-X CoreMidi";
apiMap[RtMidi::WINDOWS_MM] = "Windows MultiMedia";
apiMap[RtMidi::WINDOWS_KS] = "Windows Kernel Straming";
apiMap[RtMidi::UNIX_JACK] = "Jack Client";
apiMap[RtMidi::LINUX_ALSA] = "Linux ALSA";
apiMap[RtMidi::RTMIDI_DUMMY] = "RtMidi Dummy";
Expand Down

0 comments on commit 774c664

Please sign in to comment.