Simplify TrackedDevicePoses

This commit is contained in:
Benjamin Saunders
2017-05-14 12:31:27 -07:00
parent c19014ba8c
commit 36d345caf8
4 changed files with 5 additions and 21 deletions

View File

@ -1,7 +1,7 @@
extern crate openvr_sys;
use std::sync::atomic::{Ordering, AtomicBool, ATOMIC_BOOL_INIT};
use std::{fmt, error, slice};
use std::{fmt, error};
use std::ffi::CStr;
use openvr_sys as sys;