Skip to content

Commit aeb4fb0

Browse files
committed
minor cleanup of unused stuff
1 parent d060139 commit aeb4fb0

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

inc/osvr/Util/ClientReportTypesC.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 */
247240
typedef struct OSVR_GestureReport {
248241
OSVR_GestureID gestureID;

src/osvr/Client/PureClientContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ namespace client {
314314
}
315315

316316
void PureClientContext::m_handleRegStringMap(
317-
common::MapData const &data, util::time::TimeValue const &timestamp) {
317+
common::MapData const &data, util::time::TimeValue const &) {
318318
auto map = m_systemComponent->getRegStringMap();
319319
map->corrMap.setupPeerMappings(data.serializedMap);
320320
}

0 commit comments

Comments
 (0)