Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 1, 2024
1 parent fbc4ddf commit 2089c90
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions ci2-cli/src/ci2-cli.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#[macro_use]
extern crate log;

#[cfg(feature = "backend_aravis")]
extern crate ci2_aravis as backend;
#[cfg(feature = "backend_pyloncxx")]
extern crate ci2_pyloncxx as backend;

Expand Down
2 changes: 0 additions & 2 deletions ci2-simple-async-demo/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ use ci2::{Camera, CameraModule};
use ci2_async::AsyncCamera;
use timestamped_frame::{ExtraTimeData, HostTimeData};

#[cfg(feature = "backend_aravis")]
use ci2_aravis as backend;
#[cfg(feature = "backend_pyloncxx")]
use ci2_pyloncxx as backend;
#[cfg(feature = "backend_vimba")]
Expand Down
2 changes: 0 additions & 2 deletions ci2-simple-demo/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ extern crate env_logger;
extern crate log;

extern crate ci2;
#[cfg(feature = "backend_aravis")]
extern crate ci2_aravis as backend;
#[cfg(feature = "backend_pyloncxx")]
extern crate ci2_pyloncxx as backend;
#[cfg(feature = "backend_vimba")]
Expand Down

0 comments on commit 2089c90

Please sign in to comment.