remove debug code
This commit is contained in:
parent
1f129e6ef3
commit
1719e478e3
1 changed files with 0 additions and 2 deletions
|
|
@ -1526,8 +1526,6 @@ impl ClipboardContext {
|
|||
#[inline]
|
||||
#[cfg(any(target_os = "windows", target_os = "macos"))]
|
||||
pub fn new() -> ResultType<ClipboardContext> {
|
||||
let x: Option<()> = None;
|
||||
x.unwrap();
|
||||
Ok(ClipboardContext(arboard::Clipboard::new()?))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue