Remove unused unix dlopen module (#1138)

This commit is contained in:
Murarth 2019-08-31 01:58:45 -07:00 committed by Hal Gentz
parent 1e7376847b
commit c99bba1655
2 changed files with 0 additions and 16 deletions

View file

@ -18,7 +18,6 @@ use crate::{
window::{CursorIcon, Fullscreen, WindowAttributes},
};
mod dlopen;
pub mod wayland;
pub mod x11;