diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 15:32:46 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 15:32:46 (GMT) |
commit | 37249c55248d8e355e3184d597f89aace42798ab (patch) | |
tree | 3e4e762f3b06792bed9b31382ceb3d238642f770 /Python | |
parent | f387e2d12b18039156d0651d323069a0b2e63d63 (diff) | |
download | cpython-37249c55248d8e355e3184d597f89aace42798ab.zip cpython-37249c55248d8e355e3184d597f89aace42798ab.tar.gz cpython-37249c55248d8e355e3184d597f89aace42798ab.tar.bz2 |
WITHOUT_FRAMEWORKS conditional code bites the dust: this was for
pre-carbon MacOS9 support.
Diffstat (limited to 'Python')
-rw-r--r-- | Python/mactoolboxglue.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/mactoolboxglue.c b/Python/mactoolboxglue.c index 8b31f7f..bf101fd 100644 --- a/Python/mactoolboxglue.c +++ b/Python/mactoolboxglue.c @@ -26,10 +26,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "Python.h" #include "pymactoolbox.h" -#ifdef WITHOUT_FRAMEWORKS -#include <Script.h> -#include <Resources.h> -#endif /* ** Find out what the current script is. |