wayland: remove some wl_signal usage
It was a left-over from the initial code import from weston. https://bugzilla.gnome.org/show_bug.cgi?id=707863
This commit is contained in:
@@ -373,8 +373,6 @@ destroy_selection_data_source (struct wl_listener *listener, void *data)
|
||||
if (data_device)
|
||||
wl_data_device_send_selection (data_device, NULL);
|
||||
}
|
||||
|
||||
wl_signal_emit (&seat->selection_signal, seat);
|
||||
}
|
||||
|
||||
void
|
||||
@@ -419,8 +417,6 @@ meta_wayland_seat_set_selection (MetaWaylandSeat *seat,
|
||||
}
|
||||
}
|
||||
|
||||
wl_signal_emit (&seat->selection_signal, seat);
|
||||
|
||||
if (source)
|
||||
{
|
||||
seat->selection_data_source_listener.notify =
|
||||
|
Reference in New Issue
Block a user