mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Remove left-out method not implemented.
This commit is contained in:
@@ -70,14 +70,6 @@ private:
|
||||
template <class T>
|
||||
void appendIfInstance(bpy::object const& obj, QList<QObject*> &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<QString, boost::python::object> m_PythonObjects;
|
||||
const MOBase::IOrganizer *m_MOInfo;
|
||||
|
||||
Reference in New Issue
Block a user