From e8ff469da51904a2ddafd59b2dcf45539370e08e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 19 Apr 2013 16:50:50 +0200 Subject: Remove any remaining remnants of unused component_canUnload feature Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a --- animations/source/animcore/factreg.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'animations') diff --git a/animations/source/animcore/factreg.cxx b/animations/source/animcore/factreg.cxx index 418c81913acb..4f5b07882a5e 100644 --- a/animations/source/animcore/factreg.cxx +++ b/animations/source/animcore/factreg.cxx @@ -31,18 +31,13 @@ using namespace ::com::sun::star::registry; #include "factreg.hxx" -namespace animcore -{ - rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; -} - using namespace animcore; #define IMPLEMENTATION_ENTRY(N)\ {\ createInstance_##N, getImplementationName_##N ,\ getSupportedServiceNames_##N, createSingleComponentFactory ,\ - &g_moduleCount.modCnt , 0\ + 0, 0\ }\ static struct ImplementationEntry g_entries[] = -- cgit