summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/snd/Sndmodule.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-14 22:52:50 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-14 22:52:50 (GMT)
commita44923fbfe9c48f04dce9e8e111e9b898f60d14b (patch)
tree18d3fa5e8539925d8497741bdf99b1651696592b /Mac/Modules/snd/Sndmodule.c
parent74a1e63a89cdaad288260600cf77e3a20811f49b (diff)
downloadcpython-a44923fbfe9c48f04dce9e8e111e9b898f60d14b.zip
cpython-a44923fbfe9c48f04dce9e8e111e9b898f60d14b.tar.gz
cpython-a44923fbfe9c48f04dce9e8e111e9b898f60d14b.tar.bz2
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
Diffstat (limited to 'Mac/Modules/snd/Sndmodule.c')
-rw-r--r--Mac/Modules/snd/Sndmodule.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mac/Modules/snd/Sndmodule.c b/Mac/Modules/snd/Sndmodule.c
index d230c2b..daa0090 100644
--- a/Mac/Modules/snd/Sndmodule.c
+++ b/Mac/Modules/snd/Sndmodule.c
@@ -10,12 +10,6 @@
#include <Sound.h>
-#ifndef HAVE_UNIVERSAL_HEADERS
-#define SndCallBackUPP ProcPtr
-#define NewSndCallBackProc(x) ((SndCallBackProcPtr)(x))
-#define SndListHandle Handle
-#endif
-
#include <OSUtils.h> /* for Set(Current)A5 */
/* Create a SndCommand object (an (int, int, int) tuple) */