From eeaa2ecd1e1f6e0f468854b891de0caa28c470e6 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 10 Apr 2013 16:29:45 +0200 Subject: remove unused component_canUnload functions Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc --- cli_ure/source/uno_bridge/cli_bridge.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cli_ure/source') diff --git a/cli_ure/source/uno_bridge/cli_bridge.cxx b/cli_ure/source/uno_bridge/cli_bridge.cxx index 6195e2f4967a..7a28582efcd5 100644 --- a/cli_ure/source/uno_bridge/cli_bridge.cxx +++ b/cli_ure/source/uno_bridge/cli_bridge.cxx @@ -23,7 +23,6 @@ #include #include "uno/environment.hxx" #pragma warning(pop) -#include "rtl/unload.h" #include "uno/lbnames.h" #include "uno/mapping.hxx" #include "typelib/typedescription.hxx" @@ -335,14 +334,6 @@ SAL_DLLPUBLIC_EXPORT void SAL_CALL uno_ext_getMapping( *ppMapping = mapping; } - -//################################################################################################## -SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue * ) - SAL_THROW_EXTERN_C() -{ - return true; -} - } } -- cgit