Kaydet (Commit) 0716cdef authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: remove unused ForcePendingCall

üst 1f708c8b
......@@ -63,7 +63,6 @@ public:
void operator=( const Link& rLink ) { _aLink = rLink; }
void Call( void* pObj, sal_Bool bAllowDoubles = sal_False,
sal_Bool bUseTimer = sal_False );
void ForcePendingCall( );
void ClearPendingCall( );
sal_Bool IsSet() const { return _aLink.IsSet(); }
Link GetLink() const { return _aLink; }
......
......@@ -106,12 +106,6 @@ IMPL_STATIC_LINK( AsynchronLink, HandleCall, void*, EMPTYARG )
return 0;
}
void AsynchronLink::ForcePendingCall()
{
ClearPendingCall();
Call_Impl( _pArg );
}
void AsynchronLink::ClearPendingCall()
{
if( _pMutex ) _pMutex->acquire();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment