diff --git a/src/lib.rs b/src/lib.rs index bbc23d2..7bee4ba 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -392,18 +392,6 @@ impl<'ui> Ui<'ui> { } (out.x, out.y) } - /// Get current window's width in pixels - pub fn get_window_width(&self) -> f32 { - unsafe { - sys::igGetWindowWidth() - } - } - /// Get current window's height in pixels - pub fn get_window_height(&self) -> f32 { - unsafe { - sys::igGetWindowHeight() - } - } } // Layout