mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 14:22:06 +02:00
Remove unused includes and white spaces
This commit is contained in:
parent
1cc0a52597
commit
843282739e
2 changed files with 1 additions and 3 deletions
|
@ -13,8 +13,6 @@
|
|||
#define hifi_Android_Helper_h
|
||||
|
||||
#include <QObject>
|
||||
#include <QThread>
|
||||
#include <AccountManager.h>
|
||||
|
||||
class AndroidHelper : public QObject {
|
||||
Q_OBJECT
|
||||
|
|
|
@ -4330,7 +4330,7 @@ void setupCpuMonitorThread() {
|
|||
|
||||
void Application::idle() {
|
||||
PerformanceTimer perfTimer("idle");
|
||||
|
||||
|
||||
// Update the deadlock watchdog
|
||||
updateHeartbeat();
|
||||
|
||||
|
|
Loading…
Reference in a new issue