aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pythonextensions/pyutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pythonextensions/pyutil.h')
-rw-r--r--plugins/pythonextensions/pyutil.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/pythonextensions/pyutil.h b/plugins/pythonextensions/pyutil.h
index 16d7405..62a1622 100644
--- a/plugins/pythonextensions/pyutil.h
+++ b/plugins/pythonextensions/pyutil.h
@@ -61,8 +61,6 @@ PYTHONEXTENSIONSSHARED_EXPORT bool bindSubPyObject(const QString &moduleName, co
PYTHONEXTENSIONSSHARED_EXPORT bool runScript(const std::string &script);
-PYTHONEXTENSIONSSHARED_EXPORT bool runScriptWithPath(const std::string &script, const std::string &path);
-
PYTHONEXTENSIONSSHARED_EXPORT bool addToSysPath(const std::string &path);
PYTHONEXTENSIONSSHARED_EXPORT bool pipInstallRequirements(const std::string &requirements, const std::string &target);