summaryrefslogtreecommitdiffhomepage
path: root/tracker-steamvr/steamvr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-steamvr/steamvr.cpp')
-rw-r--r--tracker-steamvr/steamvr.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/tracker-steamvr/steamvr.cpp b/tracker-steamvr/steamvr.cpp
index 5a68dafc..b04ebd33 100644
--- a/tracker-steamvr/steamvr.cpp
+++ b/tracker-steamvr/steamvr.cpp
@@ -131,20 +131,6 @@ device_list::maybe_pose device_list::get_pose(int k)
});
}
-bool device_list::get_all_poses(pose_t* poses)
-{
- with_vr_lock([poses](vr_t v, error_t)
- {
- if (v)
- {
- v->GetDeviceToAbsoluteTrackingPose(origin::TrackingUniverseSeated, 0,
- poses, max_devices);
- }
- return v != nullptr;
- });
-
-}
-
tt device_list::vr_init()
{
static tt t = vr_init_();