Remove unneeded Send implementation

This commit is contained in:
Drakulix 2018-01-07 12:43:41 +01:00
parent a527456ba6
commit 6b650eb988
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ pub enum Buffer {
Shm { data: Vec<u8>, size: (u32, u32) }, Shm { data: Vec<u8>, size: (u32, u32) },
} }
unsafe impl Send for Buffer {}
pub fn surface_implementation() -> SurfaceUserImplementation<SurfaceData, Roles, Rc<RefCell<Option<EGLDisplay>>>> { pub fn surface_implementation() -> SurfaceUserImplementation<SurfaceData, Roles, Rc<RefCell<Option<EGLDisplay>>>> {
SurfaceUserImplementation { SurfaceUserImplementation {
commit: |_, display, surface, token| { commit: |_, display, surface, token| {