diff --git a/wmakerlib/src/application.rs b/wmakerlib/src/application.rs index f289b857..abffe459 100644 --- a/wmakerlib/src/application.rs +++ b/wmakerlib/src/application.rs @@ -10,8 +10,6 @@ pub struct Flags { #[repr(C)] pub struct Application { - next: *mut Application, - prev: *mut Application, main_window: x11::xlib::Window, main_window_desc: *mut c_void, menu: *mut c_void,