summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/Nav.c
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 /Mac/Modules/Nav.c
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 'Mac/Modules/Nav.c')
-rw-r--r--Mac/Modules/Nav.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Modules/Nav.c b/Mac/Modules/Nav.c
index a679df7..54f852f 100644
--- a/Mac/Modules/Nav.c
+++ b/Mac/Modules/Nav.c
@@ -32,11 +32,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include "Python.h"
#include "macglue.h"
#include "pymactoolbox.h"
-#ifdef WITHOUT_FRAMEWORKS
-#include <Navigation.h>
-#else
#include <Carbon/Carbon.h>
-#endif
static PyObject *ErrorObject;