Remove unneeded re-export

Not needed as dock_space only adds thing to Ui
This commit is contained in:
dbr 2024-05-05 12:14:51 +09:30
parent c7ef976fb4
commit b74f4eb8eb

View File

@ -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::*;