Gui: remove some more deprecated Py2

This commit is contained in:
wmayer
2021-04-26 10:59:32 +02:00
parent 44e82ac3c4
commit 1aad309886
2 changed files with 1 additions and 7 deletions

View File

@@ -159,12 +159,10 @@ int main( int argc, char ** argv )
}
#endif
#if PY_MAJOR_VERSION >= 3
#if defined(_MSC_VER) && _MSC_VER <= 1800
// See InterpreterSingleton::init
Redirection out(stdout), err(stderr), inp(stdin);
#endif
#endif // PY_MAJOR_VERSION
// Name and Version of the Application
App::Application::Config()["ExeName"] = "FreeCAD";