From 4209d905338f5e9701828c8fcad003c1cc3f6beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Wed, 6 May 2020 22:08:25 +0200 Subject: [PATCH] Remove left-out method not implemented. --- src/runner/pythonrunner.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index c53652c..646a458 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -70,14 +70,6 @@ private: template void appendIfInstance(bpy::object const& obj, QList &interfaces); - /** - * @brief Ensure that the given folder is in sys.path. Can be used - * after Py_Initialize(). - * - * @param folder Folder to add to the path if missing. - */ - void ensureFolderInPath(QString folder); - private: std::map m_PythonObjects; const MOBase::IOrganizer *m_MOInfo;