From 35efdaebdb933970f44ecce349151aa15de411dd Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 18 Aug 2019 22:35:11 +0200 Subject: [PATCH] mayapath: remove PANDA_INCOMPATIBLE_PYTHON var, no longer used --- pandatool/src/mayaprogs/mayapath.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pandatool/src/mayaprogs/mayapath.cxx b/pandatool/src/mayaprogs/mayapath.cxx index 78198f8e74..526caa3afd 100644 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -443,11 +443,6 @@ main(int argc, char *argv[]) { #endif // IS_OSX - // When this is set, Panda3D will try not to use any functions from the - // CPython API. This is necessary because Maya links with its own copy of - // Python, which may be incompatible with ours. - putenv((char *)"PANDA_INCOMPATIBLE_PYTHON=1"); - // Now that we have set up the environment variables properly, chain to the // actual maya2egg_bin (or whichever) executable.