aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_midi.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/s_midi.c')
-rw-r--r--pd/src/s_midi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pd/src/s_midi.c b/pd/src/s_midi.c
index 9e169cd0..fbab4283 100644
--- a/pd/src/s_midi.c
+++ b/pd/src/s_midi.c
@@ -507,11 +507,7 @@ void sys_reopen_midi( void)
#define MAXNDEV 20
#define DEVDESCSIZE 80
-#ifdef MSW
-#define DEVONSET 0 /* microsoft device list starts at 0 (the "mapper"). */
-#else /* (see also MSW ifdef in sys_parsedevlist(), s_main.c) */
#define DEVONSET 1 /* To agree with command line flags, normally start at 1 */
-#endif
void sys_listmididevs(void )
{