Skip to content

Commit

Permalink
mobile read_html omg....
Browse files Browse the repository at this point in the history
Signed-off-by: TukanDev <contact@tukandev.com>
  • Loading branch information
TukanDev committed Feb 25, 2024
1 parent 1312cb0 commit ce9c6df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugins/clipboard-manager/src/mobile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,4 @@ impl<R: Runtime> Clipboard<R> {
"Unsupported on this platform".to_string(),
))
}

pub fn read_html(&self) -> crate::Result<ClipboardContents> {
Err(crate::Error::Clipboard(
"Unsupported on this platform".to_string(),
))
}
}

0 comments on commit ce9c6df

Please sign in to comment.