From d1a2a30c024e922484ac09766ef82ee7109e7b82 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Thu, 7 Apr 2016 13:41:05 -0700 Subject: [PATCH] fix build buster --- interface/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index baca2766ab..c5b1a79bb9 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -252,7 +252,6 @@ public: auto lastHeartbeatAge = (now > lastHeartbeat) ? now - lastHeartbeat : 0; auto sinceLastReport = (now > _lastReport) ? now - _lastReport : 0; auto elapsedMovingAverage = _movingAverage.getAverage(); - auto menu = Menu::getInstance(); if (elapsedMovingAverage > _maxElapsedAverage) { qDebug() << "DEADLOCK WATCHDOG WARNING:"