summaryrefslogtreecommitdiff
path: root/avmedia/source/win/winuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/win/winuno.cxx')
-rw-r--r--avmedia/source/win/winuno.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/avmedia/source/win/winuno.cxx b/avmedia/source/win/winuno.cxx
index 43c4382b67d4..d59e287eb487 100644
--- a/avmedia/source/win/winuno.cxx
+++ b/avmedia/source/win/winuno.cxx
@@ -40,19 +40,6 @@ static uno::Reference< uno::XInterface > SAL_CALL create_MediaPlayer( const uno:
return uno::Reference< uno::XInterface >( *new ::avmedia::win::Manager( rxFact ) );
}
-// ------------------------------------------
-// - component_getImplementationEnvironment -
-// ------------------------------------------
-
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** )
-{
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
-// ------------------------
-// - component_getFactory -
-// ------------------------
-
extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* )
{
uno::Reference< lang::XSingleServiceFactory > xFactory;