diff --git a/voxygen/src/session/mod.rs b/voxygen/src/session/mod.rs index 3f8ba44d02..78cfb0b943 100644 --- a/voxygen/src/session/mod.rs +++ b/voxygen/src/session/mod.rs @@ -1409,7 +1409,6 @@ impl PlayState for SessionState { /// Render the session to the screen. /// /// This method should be called once per frame. - fn render(&mut self, global_state: &mut GlobalState) { #[cfg(feature = "egui-ui")] let scale_factor = global_state.window.window().scale_factor() as f32;