diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-10 15:58:11 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-10 15:58:11 +0200 | 
| commit | eee281654a9a014de315589a76bca67c8b13184a (patch) | |
| tree | 375792c38524cf016c3c53acd63622386dffe848 /logic | |
| parent | 39c79af233bb5213701f54e779a3554fa2abe183 (diff) | |
timer-resolution: remove
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/tracker.cpp | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/logic/tracker.cpp b/logic/tracker.cpp index 08d88c38..87706293 100644 --- a/logic/tracker.cpp +++ b/logic/tracker.cpp @@ -16,10 +16,6 @@  #include "compat/sleep.hpp"  #include "compat/util.hpp" -#if defined _WIN32 -#   include "compat/timer-resolution.hpp" -#endif -  #include "tracker.h"  #include <cmath> @@ -387,11 +383,6 @@ void Tracker::run()      t.start(); -#if defined _WIN32 -    timer_resolution res; -    (void) res; -#endif -      while (!get(f_should_quit))      {          logic(); | 
