diff options
author | David Schulz <david.schulz@qt.io> | 2022-06-09 13:41:41 +0200 |
---|---|---|
committer | David Schulz <david.schulz@qt.io> | 2022-06-10 12:47:23 +0000 |
commit | 4c20a880e6395f43e5fc9770c53c1034d08847a4 (patch) | |
tree | 5e05d87f84ea896fede9ec939f3dd9c044a87dbf /src/plugins/python/pythonplugin.cpp | |
parent | ed22ef78543a41e334687b4c70493b8bd21ed7b3 (diff) | |
download | qt-creator-4c20a880e6395f43e5fc9770c53c1034d08847a4.tar.gz |
Python: remove python specific language client settings
Change-Id: Ic993d525f29c1925f7e64dfc6f5e053234fb4904
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/python/pythonplugin.cpp')
-rw-r--r-- | src/plugins/python/pythonplugin.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/python/pythonplugin.cpp b/src/plugins/python/pythonplugin.cpp index 5f839ea591..ab508ca18d 100644 --- a/src/plugins/python/pythonplugin.cpp +++ b/src/plugins/python/pythonplugin.cpp @@ -75,10 +75,6 @@ public: PythonPlugin::PythonPlugin() { m_instance = this; - - LanguageClient::LanguageClientSettings::registerClientType({Constants::PYLS_SETTINGS_ID, - tr("Python Language Server"), - []() { return new PyLSSettings; }}); } PythonPlugin::~PythonPlugin() |