diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-09-29 23:20:36 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-09-29 23:20:36 +0200 |
commit | 81b341a9b37acae2b60e0334a9b0846bc5be8445 (patch) | |
tree | b998e480ac1971ea93101510438ba1e87d9db82a /gfx/layers/ipc | |
parent | ddf29811b2d95bdf8385b9eb85519332b69344ca (diff) | |
download | UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.tar UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.tar.gz UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.tar.lz UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.tar.xz UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.zip |
Clean up a number of unused variables.
Tag #21.
Diffstat (limited to 'gfx/layers/ipc')
-rw-r--r-- | gfx/layers/ipc/CompositorBridgeParent.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx/layers/ipc/CompositorBridgeParent.cpp b/gfx/layers/ipc/CompositorBridgeParent.cpp index e31c6ceb6..00602fab5 100644 --- a/gfx/layers/ipc/CompositorBridgeParent.cpp +++ b/gfx/layers/ipc/CompositorBridgeParent.cpp @@ -482,8 +482,6 @@ CompositorVsyncScheduler::Composite(TimeStamp aVsyncTimestamp) mLastCompose = aVsyncTimestamp; ComposeToTarget(nullptr); mVsyncNotificationsSkipped = 0; - - TimeDuration compositeFrameTotal = TimeStamp::Now() - aVsyncTimestamp; } else if (mVsyncNotificationsSkipped++ > gfxPrefs::CompositorUnobserveCount()) { UnobserveVsync(); } |