diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-30 15:33:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-06 04:29:49 +0200 |
commit | 4096ab7bae9a07479428ffe932ab12b140b4f8f8 (patch) | |
tree | 4e69f9396070aa3e790a0df28510d9501ecc6658 /tracker-steamvr/steamvr.hpp | |
parent | 7cc9a890e69356eea2614a0272591004718ba719 (diff) |
tracker/steamvr: remove unused
Diffstat (limited to 'tracker-steamvr/steamvr.hpp')
-rw-r--r-- | tracker-steamvr/steamvr.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-steamvr/steamvr.hpp b/tracker-steamvr/steamvr.hpp index 0c6af65a..cb59f17e 100644 --- a/tracker-steamvr/steamvr.hpp +++ b/tracker-steamvr/steamvr.hpp @@ -50,7 +50,6 @@ struct device_list final const QList<device_spec>& devices() const & { return device_specs; } static OTR_NEVER_INLINE maybe_pose get_pose(int k); - static bool get_all_poses(pose_t*poses); static QString strerror(error_t error); static constexpr int max_devices = int(vr::k_unMaxTrackedDeviceCount); |