summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-19 15:32:46 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-11-19 15:32:46 (GMT)
commit37249c55248d8e355e3184d597f89aace42798ab (patch)
tree3e4e762f3b06792bed9b31382ceb3d238642f770 /Python
parentf387e2d12b18039156d0651d323069a0b2e63d63 (diff)
downloadcpython-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.c4
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.