diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-20 08:09:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-20 08:09:08 +0200 |
commit | feb12bd0eecc9f09ef7a1ab7fc60858ea519edbe (patch) | |
tree | 5e2132290e27490d6878f442a6762b406934d503 /opentrack/tracker.h | |
parent | f493c94a8d8e44efa9bfbccba81ae8016efb9fee (diff) |
refactor 1/2 (?)
Diffstat (limited to 'opentrack/tracker.h')
-rw-r--r-- | opentrack/tracker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opentrack/tracker.h b/opentrack/tracker.h index 02d6bee2..5ec44968 100644 --- a/opentrack/tracker.h +++ b/opentrack/tracker.h @@ -20,7 +20,6 @@ class Tracker : private QThread { private: QMutex mtx; main_settings& s; - // XXX can be const-cast when functionconfig const-correct -sh 20141004 Mappings& m; Timer t; |