summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-03-30 13:09:19 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-03-30 13:09:19 -0400
commit774c66488cf9e2a1de119feb72529a0b144f4d08 (patch)
tree989148e6f0e83d65702ef2f40e22bdf5381a9f8d
parent745fbe3fa6aa313b4e9d40cce465e57d07111afc (diff)
Removed reference to WINKS in midiprobe.cpp
-rw-r--r--tests/midiprobe.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/midiprobe.cpp b/tests/midiprobe.cpp
index 6576e15..d9611ed 100644
--- a/tests/midiprobe.cpp
+++ b/tests/midiprobe.cpp
@@ -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";