ipc: remove X-only code from traits
This commit is contained in:
parent
1ca5d43557
commit
487efafdf5
6 changed files with 9 additions and 64 deletions
|
|
@ -173,14 +173,6 @@ impl IpcVtable for ClipboardIpc {
|
|||
dd.seat.clone()
|
||||
}
|
||||
|
||||
fn set_seat_selection(
|
||||
seat: &Rc<WlSeatGlobal>,
|
||||
source: &Rc<Self::Source>,
|
||||
serial: Option<u64>,
|
||||
) -> Result<(), WlSeatError> {
|
||||
seat.set_wl_data_source_selection(Some(source.clone()), serial)
|
||||
}
|
||||
|
||||
fn create_offer(
|
||||
device: &Rc<WlDataDevice>,
|
||||
offer_data: OfferData<Self::Device>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue