From 61977d61495b7c6a242545845948d524833f36ba Mon Sep 17 00:00:00 2001 From: Silarn Date: Mon, 20 Aug 2018 18:52:47 -0500 Subject: [PATCH] Remove archive conflict code from python 3 branch --- src/runner/pythonrunner.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index b188a62..a998e17 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -69,8 +69,6 @@ using namespace MOBase; namespace bpy = boost::python; -static sipWrapperType sipWrapper_Type; - struct QString_to_python_str { static PyObject *convert(const QString &str) {