From 6efb16b9040f7ba6db8c60559e0c815d54f05c43 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 8 Jul 2005 00:02:45 +0000 Subject: Bug fixes: took out some unwanted "red rectangle" apparitions when making arrays on new canvases; got the array dialog to come back; made graphical updating a bit more reliable. Tested and fixed a couple of problems on Mac and Windoes. svn path=/trunk/; revision=3300 --- pd/src/s_midi.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pd/src/s_midi.c') 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 ) { -- cgit v1.2.1