Let the clipboard crate handle the lack of clipboard support

This commit is contained in:
Paul Rouget 2018-09-12 04:53:06 +02:00
parent 795e7f6002
commit ec6cc56299
5 changed files with 6 additions and 29 deletions

View file

@ -136,8 +136,6 @@ pub trait WindowMethods {
fn create_event_loop_waker(&self) -> Box<EventLoopWaker>;
/// Get the coordinates of the native window, the screen and the framebuffer.
fn get_coordinates(&self) -> EmbedderCoordinates;
/// Does this window support a clipboard
fn supports_clipboard(&self) -> bool;
/// Set whether the application is currently animating.
/// Typically, when animations are active, the window
/// will want to avoid blocking on UI events, and just