aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonutils.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2025-11-04 11:13:25 +0100
committerhjk <[email protected]>2025-11-05 07:55:58 +0000
commit98e25f3861098789cbed44f28c524f1af749964c (patch)
tree0b23ed33231094d7b6de44d8e7ea655a7c846ea0 /src/plugins/python/pythonutils.h
parent8210f001ebf0240673f8846b06e9b7f857bf1198 (diff)
Python: Remove unused createVenv()
Flagged by Axivion. Change-Id: I23a69cd805371b76cfb584e37e2b4feb256cd505 Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/python/pythonutils.h')
-rw-r--r--src/plugins/python/pythonutils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/python/pythonutils.h b/src/plugins/python/pythonutils.h
index fe81f6b8afb..7aa5a575f56 100644
--- a/src/plugins/python/pythonutils.h
+++ b/src/plugins/python/pythonutils.h
@@ -16,10 +16,6 @@ QString pythonName(const Utils::FilePath &pythonPath);
class PythonProject;
PythonProject *pythonProjectForFile(const Utils::FilePath &pythonFile);
-void createVenv(const Utils::FilePath &python,
- const Utils::FilePath &venvPath,
- const std::function<void(bool)> &callback);
-
bool isVenvPython(const Utils::FilePath &python);
bool venvIsUsable(const Utils::FilePath &python);
bool pipIsUsable(const Utils::FilePath &python);