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;