Skip to content

Commit

Permalink
#[allow(unused)] on schedule render since isn't being used on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 22, 2024
1 parent 0d3e68c commit 5f919de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontends/rioterm/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ impl<T: EventListener + Clone + std::marker::Send + 'static> ContextManager<T> {
}

#[inline]
#[allow(unused)]
pub fn schedule_render(&mut self, scheduled_time: u64) {
self.event_proxy
.send_event(RioEvent::PrepareRender(scheduled_time), self.window_id);
Expand Down

0 comments on commit 5f919de

Please sign in to comment.