summaryrefslogtreecommitdiffhomepage
path: root/opentrack/tracker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/tracker.cpp')
-rw-r--r--opentrack/tracker.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/opentrack/tracker.cpp b/opentrack/tracker.cpp
index fae0e8a2..1ab350d5 100644
--- a/opentrack/tracker.cpp
+++ b/opentrack/tracker.cpp
@@ -14,7 +14,6 @@
#include "tracker.h"
-#include "opentrack/thread.hpp"
#include <cmath>
#include <algorithm>
@@ -181,8 +180,6 @@ void Tracker::logic()
void Tracker::run() {
const int sleep_ms = 3;
- Affinity thr(CORE_IPC);
-
#if defined(_WIN32)
(void) timeBeginPeriod(1);
#endif