Skip to content

Commit

Permalink
remove the accidental #[inline] in android
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored May 29, 2021
1 parent c0aac09 commit 3e4058e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform_impl/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ impl Window {

pub fn request_user_attention(&self, _request_type: Option<window::UserAttentionType>) {}

#[inline]
pub fn set_skip_taskbar(&self, _skip: bool) {}

pub fn set_cursor_icon(&self, _: window::CursorIcon) {}
Expand Down

0 comments on commit 3e4058e

Please sign in to comment.