diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-17 16:16:59 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-17 19:23:13 +0200 |
commit | 54430acd4fb00b55b618110f60a0803448b09b13 (patch) | |
tree | aafc024d4dba783e6540bfbfb9dc430fa7da67a3 /tracker-pt/ftnoir_tracker_pt.h | |
parent | 8e4be3612d15be86ede413ddcbf040f5ac065c95 (diff) |
tracker/pt: fix the deadlock for good this time
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.h')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h index dd46f098..c9b87102 100644 --- a/tracker-pt/ftnoir_tracker_pt.h +++ b/tracker-pt/ftnoir_tracker_pt.h @@ -49,7 +49,6 @@ struct Tracker_PT : QThread, ITracker private: void run() override; - void set_fov(int value); pointer<pt_runtime_traits> traits; |