mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-07 08:38:46 +00:00
chore: remove unused code
This commit is contained in:
parent
665242aa28
commit
4cb3361033
2 changed files with 0 additions and 12 deletions
|
@ -34,7 +34,6 @@ pub mod is_appimage;
|
|||
pub mod linux_distro;
|
||||
pub mod log_level;
|
||||
pub mod log_parser;
|
||||
pub mod monado_utils;
|
||||
pub mod openxr_prober;
|
||||
pub mod paths;
|
||||
pub mod profile;
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
use crate::profile::Profile;
|
||||
|
||||
pub fn get_devs(prof: &Profile) {
|
||||
if let Ok(monado) = libmonado_rs::Monado::create(prof.libmonado_so().unwrap()) {
|
||||
if let Ok(devs) = monado.devices() {
|
||||
for dev in devs {
|
||||
println!(">>> {}", dev.name);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue