mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
Revert part 5 also. It does depends on part 4.
Revert part 5 also. It does depends on part 4.
This commit is contained in:
parent
7c9dcd757f
commit
e79cfc5a77
4 changed files with 24 additions and 85 deletions
|
|
@ -142,7 +142,6 @@ nsTimer::Release(void)
|
|||
}
|
||||
|
||||
nsTimerImpl::nsTimerImpl(nsITimer* aTimer) :
|
||||
mHolder(nullptr),
|
||||
mGeneration(0),
|
||||
mDelay(0),
|
||||
mITimer(aTimer),
|
||||
|
|
@ -648,12 +647,6 @@ nsTimerImpl::LogFiring(const Callback& aCallback, uint8_t aType, uint32_t aDelay
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
nsTimerImpl::SetHolder(nsTimerImplHolder* aHolder)
|
||||
{
|
||||
mHolder = aHolder;
|
||||
}
|
||||
|
||||
nsTimer::~nsTimer()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue