diff --git a/Source/UnrealEnginePython/Private/UnrealEnginePython.cpp b/Source/UnrealEnginePython/Private/UnrealEnginePython.cpp index ebe38ebfa..7de2f0aac 100644 --- a/Source/UnrealEnginePython/Private/UnrealEnginePython.cpp +++ b/Source/UnrealEnginePython/Private/UnrealEnginePython.cpp @@ -67,10 +67,6 @@ bool PyUnicodeOrString_Check(PyObject *py_obj) #define LOCTEXT_NAMESPACE "FUnrealEnginePythonModule" -UNREALENGINEPYTHON_API PyThreadState* UEPyGlobalState; - - - void FUnrealEnginePythonModule::UESetupPythonInterpreter(bool verbose) { diff --git a/tools/release_win64.py b/tools/release_win64.py index 4a9740472..f4f13e7e2 100644 --- a/tools/release_win64.py +++ b/tools/release_win64.py @@ -6,7 +6,7 @@ import zipfile UE_VERSIONS = ['4.15', '4.16', '4.17', '4.18', '4.19'] -PYTHON_VERSIONS = ["C:/Program Files/Python36", "C:/Program Files/Python35", "C:/Python27"] +PYTHON_VERSIONS = ["C:/Program Files/Python36", "C:/Python27"] RELEASE_DIR = sys.argv[1].rstrip('/')