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 --- dtrans/source/win32/dnd/targetdropcontext.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dtrans/source/win32/dnd/targetdropcontext.cxx') diff --git a/dtrans/source/win32/dnd/targetdropcontext.cxx b/dtrans/source/win32/dnd/targetdropcontext.cxx index 63be68989d1f..93705a2dba9d 100644 --- a/dtrans/source/win32/dnd/targetdropcontext.cxx +++ b/dtrans/source/win32/dnd/targetdropcontext.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - #include "targetdropcontext.hxx" using namespace ::com::sun::star::datatransfer::dnd; @@ -26,10 +24,8 @@ using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -extern rtl_StandardModuleCount g_moduleCount; TargetDropContext::TargetDropContext( DropTarget* p) { - g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt ); m_pDropTarget= p; p->acquire(); } @@ -37,7 +33,6 @@ TargetDropContext::TargetDropContext( DropTarget* p) TargetDropContext::~TargetDropContext() { m_pDropTarget->release(); - g_moduleCount.modCnt.release( &g_moduleCount.modCnt ); } void SAL_CALL TargetDropContext::acceptDrop( sal_Int8 dropOperation ) -- cgit v1.2.3