Skip to content

Commit

Permalink
Remove unused cfg attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed Feb 13, 2024
1 parent 8b0791f commit 3e9456c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/interface/windows/debug/mod.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
mod commands;
mod inspector;
mod maps;
#[cfg(feature = "debug")]
mod packet;
mod profiler;
mod time;

pub use self::commands::CommandsWindow;
#[cfg(feature = "debug")]
pub use self::inspector::FrameInspectorWindow;
pub use self::maps::MapsWindow;
#[cfg(feature = "debug")]
pub use self::packet::PacketWindow;
pub use self::profiler::ProfilerWindow;
pub use self::time::TimeWindow;

0 comments on commit 3e9456c

Please sign in to comment.