callcatcher: remove unused ForcePendingCall
This commit is contained in:
parent
1f708c8be9
commit
0716cdefb3
2 changed files with 0 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue