summaryrefslogtreecommitdiff
path: root/configmgr/source/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/services.cxx')
-rw-r--r--configmgr/source/services.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx
index ce4b9d49eb38..5f70c6ed708a 100644
--- a/configmgr/source/services.cxx
+++ b/configmgr/source/services.cxx
@@ -83,10 +83,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
pImplName, pServiceManager, pRegistryKey, services);
}
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- char const ** ppEnvTypeName, uno_Environment **)
-{
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */