diff options
Diffstat (limited to 'Mac/Python/macmain.c')
-rw-r--r-- | Mac/Python/macmain.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c index 3885d88..1ea02ad 100644 --- a/Mac/Python/macmain.c +++ b/Mac/Python/macmain.c @@ -28,9 +28,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "config.h" #endif -/* Comment this out if you're not interested in STDWIN */ -#define USE_STDWIN - #ifdef THINK_C #define CONSOLE_IO #endif |