diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-05-06 09:25:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-05-06 14:50:23 +0200 |
commit | 8c93e2c280536ba3acf9553aa199c752c8ca23f6 (patch) | |
tree | 5c7fa125367700923b6da384f4bcbf016a84d7bf /configmgr/source/components.hxx | |
parent | 35518c92365cc183ba6cce2a4d284a130c0ca13f (diff) |
Remove support for "module" layers
f4d8090a484f99970f00bab2aa9b9f8d6cbe4fdc "Drop support for long-gone
share/registry/modules layer" stated: "Support for 'module' layers in
configmgr/source/components.cxx is still needed for
gb_CppunitTest_use_filter_configuration in solenv/gbuild/CppunitTest.mk." But
that need is meanwhile gone since e1b51e7beb7f9cfa7b574b9c2a69799e62963a09
"gbuild: use .xcd configuration files from instdir" removed
gb_CppunitTest_use_filter_configuration.
Change-Id: Ide8d69e79272df7c450edfb1e763e3dcc8f257e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93546
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r-- | configmgr/source/components.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx index 6aec76bd1aad..8db06909b192 100644 --- a/configmgr/source/components.hxx +++ b/configmgr/source/components.hxx @@ -132,8 +132,6 @@ private: void parseXcsXcuIniLayer( int layer, OUString const & url, bool recordAdditions); - void parseModuleLayer(int layer, OUString const & url); - void parseResLayer(int layer, OUString const & url); void parseModificationLayer(int layer, OUString const & url); |