Skip to content

Commit

Permalink
Remove unneeded re-export
Browse files Browse the repository at this point in the history
Not needed as dock_space only adds thing to Ui
  • Loading branch information
dbr committed May 5, 2024
1 parent c7ef976 commit b74f4eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions imgui/src/lib.rs
Expand Up @@ -10,8 +10,6 @@ use std::os::raw::c_char;
pub use self::clipboard::*;
pub use self::color::ImColor32;
pub use self::context::*;
#[cfg(feature = "docking")]
pub use self::dock_space::*;
pub use self::drag_drop::{DragDropFlags, DragDropSource, DragDropTarget};
pub use self::draw_list::{ChannelsSplit, DrawListMut};
pub use self::fonts::atlas::*;
Expand Down

0 comments on commit b74f4eb

Please sign in to comment.