summaryrefslogtreecommitdiffhomepage
path: root/proto-simconnect/ftnoir_protocol_sc.h
diff options
context:
space:
mode:
authorTom Brazier <tom_github@firstsolo.net>2023-06-13 17:33:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-06-13 23:28:42 +0200
commit689332f5b6cdae4919dc3efcb2e9eb2c3d8c34f9 (patch)
tree88a8072b47763c4918bb9d7ec93d4f5c7359663b /proto-simconnect/ftnoir_protocol_sc.h
parent19f79a9f1b9cc9e86afad9aafbf4408276f61f15 (diff)
Move the call to simconnect_set6DOF() into the pipeline thread, potentially reducing jitter and reduce the simconnect thread to keepalive work
Diffstat (limited to 'proto-simconnect/ftnoir_protocol_sc.h')
-rw-r--r--proto-simconnect/ftnoir_protocol_sc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto-simconnect/ftnoir_protocol_sc.h b/proto-simconnect/ftnoir_protocol_sc.h
index 28b9b1d8..df3a538d 100644
--- a/proto-simconnect/ftnoir_protocol_sc.h
+++ b/proto-simconnect/ftnoir_protocol_sc.h
@@ -47,8 +47,6 @@ public:
void run() override;
private:
- void handler();
-
enum {
SIMCONNECT_RECV_ID_EXCEPTION = 2,
SIMCONNECT_RECV_ID_QUIT = 3,