summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ftnoir_protocol_ft/ftnoir_protocol_ft.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp b/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp
index 6259029f..d825afb1 100644
--- a/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp
+++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp
@@ -66,8 +66,6 @@ void FTNoIR_Protocol::pose(const double* headpose) {
FTHeap* ft = pMemData;
FTData* data = &ft->data;
- shm.lock();
-
data->RawX = 0;
data->RawY = 0;
data->RawZ = 0;
@@ -108,8 +106,6 @@ void FTNoIR_Protocol::pose(const double* headpose) {
}
data->DataID += 1;
-
- shm.unlock();
}
void FTNoIR_Protocol::start_tirviews() {