File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -236,13 +236,6 @@ typedef uint8_t OSVR_GestureState;
236236#define OSVR_GESTURE_OPEN_HAND "OpenHand"
237237#define OSVR_GESTURE_CLOSED_HAND "ClosedHand"
238238
239- /** @brief Report type for a gesture event */
240- typedef struct OSVR_GestureReportWithName {
241- OSVR_GestureName gestureName ;
242- OSVR_GestureState state ;
243- OSVR_ChannelCount sensor ;
244- } OSVR_GestureReportWithName ;
245-
246239/** @brief Report type for a gesture event */
247240typedef struct OSVR_GestureReport {
248241 OSVR_GestureID gestureID ;
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ namespace client {
314314 }
315315
316316 void PureClientContext::m_handleRegStringMap (
317- common::MapData const &data, util::time::TimeValue const ×tamp ) {
317+ common::MapData const &data, util::time::TimeValue const &) {
318318 auto map = m_systemComponent->getRegStringMap ();
319319 map->corrMap .setupPeerMappings (data.serializedMap );
320320 }
You can’t perform that action at this time.
0 commit comments